Package | Description |
---|---|
com.amazonaws.services.certificatemanager.model | |
com.amazonaws.services.certificatemanager.model.transform |
Modifier and Type | Field and Description |
---|---|
private CertificateDetail |
DescribeCertificateResult.certificate
Contains a CertificateDetail structure that lists the fields of an
ACM Certificate.
|
Modifier and Type | Method and Description |
---|---|
CertificateDetail |
CertificateDetail.clone() |
CertificateDetail |
DescribeCertificateResult.getCertificate()
Contains a CertificateDetail structure that lists the fields of an
ACM Certificate.
|
CertificateDetail |
CertificateDetail.withCertificateArn(java.lang.String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
CertificateDetail |
CertificateDetail.withCreatedAt(java.util.Date createdAt)
Time at which the certificate was requested.
|
CertificateDetail |
CertificateDetail.withDomainName(java.lang.String domainName)
Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.
|
CertificateDetail |
CertificateDetail.withDomainValidationOptions(java.util.Collection<DomainValidation> domainValidationOptions)
References a DomainValidation structure that contains the domain
name in the certificate and the email address that can be used for
validation.
|
CertificateDetail |
CertificateDetail.withDomainValidationOptions(DomainValidation... domainValidationOptions)
References a DomainValidation structure that contains the domain
name in the certificate and the email address that can be used for
validation.
|
CertificateDetail |
CertificateDetail.withInUseBy(java.util.Collection<java.lang.String> inUseBy)
List that identifies ARNs that are using the certificate.
|
CertificateDetail |
CertificateDetail.withInUseBy(java.lang.String... inUseBy)
List that identifies ARNs that are using the certificate.
|
CertificateDetail |
CertificateDetail.withIssuedAt(java.util.Date issuedAt)
Time at which the certificate was issued.
|
CertificateDetail |
CertificateDetail.withIssuer(java.lang.String issuer)
The X.500 distinguished name of the CA that issued and signed the
certificate.
|
CertificateDetail |
CertificateDetail.withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
Asymmetric algorithm used to generate the public and private key pair.
|
CertificateDetail |
CertificateDetail.withKeyAlgorithm(java.lang.String keyAlgorithm)
Asymmetric algorithm used to generate the public and private key pair.
|
CertificateDetail |
CertificateDetail.withNotAfter(java.util.Date notAfter)
Time after which the certificate is not valid.
|
CertificateDetail |
CertificateDetail.withNotBefore(java.util.Date notBefore)
Time before which the certificate is not valid.
|
CertificateDetail |
CertificateDetail.withRevocationReason(RevocationReason revocationReason)
A
RevocationReason enumeration value that indicates why the
certificate was revoked. |
CertificateDetail |
CertificateDetail.withRevocationReason(java.lang.String revocationReason)
A
RevocationReason enumeration value that indicates why the
certificate was revoked. |
CertificateDetail |
CertificateDetail.withRevokedAt(java.util.Date revokedAt)
The time, if any, at which the certificate was revoked.
|
CertificateDetail |
CertificateDetail.withSerial(java.lang.String serial)
String that contains the serial number of the certificate.
|
CertificateDetail |
CertificateDetail.withSignatureAlgorithm(java.lang.String signatureAlgorithm)
Algorithm used to generate a signature.
|
CertificateDetail |
CertificateDetail.withStatus(CertificateStatus status)
A
CertificateStatus enumeration value that can contain one
of the following:
|
CertificateDetail |
CertificateDetail.withStatus(java.lang.String status)
A
CertificateStatus enumeration value that can contain one
of the following:
|
CertificateDetail |
CertificateDetail.withSubject(java.lang.String subject)
The X.500 distinguished name of the entity associated with the public key
contained in the certificate.
|
CertificateDetail |
CertificateDetail.withSubjectAlternativeNames(java.util.Collection<java.lang.String> subjectAlternativeNames)
One or more domain names (subject alternative names) included in the
certificate request.
|
CertificateDetail |
CertificateDetail.withSubjectAlternativeNames(java.lang.String... subjectAlternativeNames)
One or more domain names (subject alternative names) included in the
certificate request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCertificateResult.setCertificate(CertificateDetail certificate)
Contains a CertificateDetail structure that lists the fields of an
ACM Certificate.
|
DescribeCertificateResult |
DescribeCertificateResult.withCertificate(CertificateDetail certificate)
Contains a CertificateDetail structure that lists the fields of an
ACM Certificate.
|
Modifier and Type | Method and Description |
---|---|
CertificateDetail |
CertificateDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CertificateDetailJsonMarshaller.marshall(CertificateDetail certificateDetail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|