| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateDetail |
CertificateDetail.clone() |
CertificateDetail |
DescribeCertificateResult.getCertificate()
Metadata about an ACM certificate.
|
CertificateDetail |
CertificateDetail.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
CertificateDetail |
CertificateDetail.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued 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 initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
CertificateDetail |
CertificateDetail.withDomainValidationOptions(DomainValidation... domainValidationOptions)
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
CertificateDetail |
CertificateDetail.withExtendedKeyUsages(Collection<ExtendedKeyUsage> extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
CertificateDetail |
CertificateDetail.withExtendedKeyUsages(ExtendedKeyUsage... extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
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 public-private key pair.
|
CertificateDetail |
CertificateDetail.withKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
CertificateDetail |
CertificateDetail.withKeyUsages(Collection<KeyUsage> keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
CertificateDetail |
CertificateDetail.withKeyUsages(KeyUsage... keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
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.withOptions(CertificateOptions options)
Value that specifies whether to add the certificate to a transparency log.
|
CertificateDetail |
CertificateDetail.withRenewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateDetail |
CertificateDetail.withRenewalEligibility(String renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateDetail |
CertificateDetail.withRenewalSummary(RenewalSummary renewalSummary)
Contains information about the status of ACM's managed
renewal for the certificate.
|
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)
Metadata about an ACM certificate.
|
DescribeCertificateResult |
DescribeCertificateResult.withCertificate(CertificateDetail certificate)
Metadata about an ACM certificate.
|
Copyright © 2018. All rights reserved.