| 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)
The Amazon Resource Name (ARN) of the certificate.
|
CertificateDetail |
CertificateDetail.withCreatedAt(Date createdAt)
The time at which the certificate was requested.
|
CertificateDetail |
CertificateDetail.withDomainName(String domainName)
The fully qualified domain name for the certificate, such as www.example.com or example.com.
|
CertificateDetail |
CertificateDetail.withDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the email address or addresses used for domain validation.
|
CertificateDetail |
CertificateDetail.withDomainValidationOptions(DomainValidation... domainValidationOptions)
Contains information about the email address or addresses used for domain validation.
|
CertificateDetail |
CertificateDetail.withFailureReason(FailureReason failureReason)
The reason the certificate request failed.
|
CertificateDetail |
CertificateDetail.withFailureReason(String failureReason)
The reason the certificate request failed.
|
CertificateDetail |
CertificateDetail.withImportedAt(Date importedAt)
The date and time at which the certificate was imported.
|
CertificateDetail |
CertificateDetail.withInUseBy(Collection<String> inUseBy)
A list of ARNs for the AWS resources that are using the certificate.
|
CertificateDetail |
CertificateDetail.withInUseBy(String... inUseBy)
A list of ARNs for the AWS resources that are using the certificate.
|
CertificateDetail |
CertificateDetail.withIssuedAt(Date issuedAt)
The time at which the certificate was issued.
|
CertificateDetail |
CertificateDetail.withIssuer(String issuer)
The name of the certificate authority that issued and signed the certificate.
|
CertificateDetail |
CertificateDetail.withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
|
CertificateDetail |
CertificateDetail.withKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
|
CertificateDetail |
CertificateDetail.withNotAfter(Date notAfter)
The time after which the certificate is not valid.
|
CertificateDetail |
CertificateDetail.withNotBefore(Date notBefore)
The time before which the certificate is not valid.
|
CertificateDetail |
CertificateDetail.withRevocationReason(RevocationReason revocationReason)
The reason the certificate was revoked.
|
CertificateDetail |
CertificateDetail.withRevocationReason(String revocationReason)
The reason the certificate was revoked.
|
CertificateDetail |
CertificateDetail.withRevokedAt(Date revokedAt)
The time at which the certificate was revoked.
|
CertificateDetail |
CertificateDetail.withSerial(String serial)
The serial number of the certificate.
|
CertificateDetail |
CertificateDetail.withSignatureAlgorithm(String signatureAlgorithm)
The algorithm that was used to sign the certificate.
|
CertificateDetail |
CertificateDetail.withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateDetail |
CertificateDetail.withStatus(String status)
The status of the certificate.
|
CertificateDetail |
CertificateDetail.withSubject(String subject)
The name of the entity that is 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.
|
CertificateDetail |
CertificateDetail.withSubjectAlternativeNames(String... subjectAlternativeNames)
One or more domain names (subject alternative names) included in the certificate.
|
CertificateDetail |
CertificateDetail.withType(CertificateType type)
The source of the certificate.
|
CertificateDetail |
CertificateDetail.withType(String type)
The source of the certificate.
|
| 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 © 2016. All rights reserved.