Uses of Class
com.amazonaws.services.certificatemanager.model.CertificateDetail
Packages that use CertificateDetail
-
Uses of CertificateDetail in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return CertificateDetailModifier and TypeMethodDescriptionCertificateDetail.clone()
DescribeCertificateResult.getCertificate()
Contains a CertificateDetail structure that lists the fields of an ACM Certificate.CertificateDetail.withCertificateArn
(String certificateArn) Amazon Resource Name (ARN) of the certificate.CertificateDetail.withCreatedAt
(Date createdAt) Time at which the certificate was requested.CertificateDetail.withDomainName
(String domainName) Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.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.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.withInUseBy
(String... inUseBy) List that identifies ARNs that are using the certificate.CertificateDetail.withInUseBy
(Collection<String> inUseBy) List that identifies ARNs that are using the certificate.CertificateDetail.withIssuedAt
(Date issuedAt) Time at which the certificate was issued.CertificateDetail.withIssuer
(String issuer) The X.500 distinguished name of the CA that issued and signed the certificate.CertificateDetail.withKeyAlgorithm
(KeyAlgorithm keyAlgorithm) Asymmetric algorithm used to generate the public and private key pair.CertificateDetail.withKeyAlgorithm
(String keyAlgorithm) Asymmetric algorithm used to generate the public and private key pair.CertificateDetail.withNotAfter
(Date notAfter) Time after which the certificate is not valid.CertificateDetail.withNotBefore
(Date notBefore) Time before which the certificate is not valid.CertificateDetail.withRevocationReason
(RevocationReason revocationReason) ARevocationReason
enumeration value that indicates why the certificate was revoked.CertificateDetail.withRevocationReason
(String revocationReason) ARevocationReason
enumeration value that indicates why the certificate was revoked.CertificateDetail.withRevokedAt
(Date revokedAt) The time, if any, at which the certificate was revoked.CertificateDetail.withSerial
(String serial) String that contains the serial number of the certificate.CertificateDetail.withSignatureAlgorithm
(String signatureAlgorithm) Algorithm used to generate a signature.CertificateDetail.withStatus
(CertificateStatus status) ACertificateStatus
enumeration value that can contain one of the following:CertificateDetail.withStatus
(String status) ACertificateStatus
enumeration value that can contain one of the following:CertificateDetail.withSubject
(String subject) The X.500 distinguished name of the entity associated with the public key contained in the certificate.CertificateDetail.withSubjectAlternativeNames
(String... subjectAlternativeNames) One or more domain names (subject alternative names) included in the certificate request.CertificateDetail.withSubjectAlternativeNames
(Collection<String> subjectAlternativeNames) One or more domain names (subject alternative names) included in the certificate request.Methods in com.amazonaws.services.certificatemanager.model with parameters of type CertificateDetailModifier and TypeMethodDescriptionvoid
DescribeCertificateResult.setCertificate
(CertificateDetail certificate) Contains a CertificateDetail structure that lists the fields of an ACM Certificate.DescribeCertificateResult.withCertificate
(CertificateDetail certificate) Contains a CertificateDetail structure that lists the fields of an ACM Certificate.