Package | Description |
---|---|
com.amazonaws.services.certificatemanager.model |
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(String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
CertificateDetail |
CertificateDetail.withCreatedAt(Date createdAt)
Time at which the certificate was requested.
|
CertificateDetail |
CertificateDetail.withDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.
|
CertificateDetail |
CertificateDetail.withDomainValidationOptions(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(Collection<String> inUseBy)
List that identifies ARNs that are using the certificate.
|
CertificateDetail |
CertificateDetail.withInUseBy(String... inUseBy)
List that identifies ARNs that are using the certificate.
|
CertificateDetail |
CertificateDetail.withIssuedAt(Date issuedAt)
Time at which the certificate was issued.
|
CertificateDetail |
CertificateDetail.withIssuer(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(String keyAlgorithm)
Asymmetric algorithm used to generate the public and private key pair.
|
CertificateDetail |
CertificateDetail.withNotAfter(Date notAfter)
Time after which the certificate is not valid.
|
CertificateDetail |
CertificateDetail.withNotBefore(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(String revocationReason)
A
RevocationReason enumeration value that indicates why the
certificate was revoked. |
CertificateDetail |
CertificateDetail.withRevokedAt(Date revokedAt)
The time, if any, at which the certificate was revoked.
|
CertificateDetail |
CertificateDetail.withSerial(String serial)
String that contains the serial number of the certificate.
|
CertificateDetail |
CertificateDetail.withSignatureAlgorithm(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(String status)
A
CertificateStatus enumeration value that can contain one
of the following:
|
CertificateDetail |
CertificateDetail.withSubject(String subject)
The X.500 distinguished name of the entity associated with the public key
contained in the certificate.
|
CertificateDetail |
CertificateDetail.withSubjectAlternativeNames(Collection<String> subjectAlternativeNames)
One or more domain names (subject alternative names) included in the
certificate request.
|
CertificateDetail |
CertificateDetail.withSubjectAlternativeNames(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.
|
Copyright © 2018. All rights reserved.