| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateSummary |
CertificateSummary.clone() |
CertificateSummary |
CertificateSummary.withCertificateArn(String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
CertificateSummary |
CertificateSummary.withCreatedAt(Date createdAt)
The time at which the certificate was requested.
|
CertificateSummary |
CertificateSummary.withDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
|
CertificateSummary |
CertificateSummary.withExported(Boolean exported)
Indicates whether the certificate has been exported.
|
CertificateSummary |
CertificateSummary.withExtendedKeyUsages(Collection<String> extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
CertificateSummary |
CertificateSummary.withExtendedKeyUsages(ExtendedKeyUsageName... extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
CertificateSummary |
CertificateSummary.withExtendedKeyUsages(String... extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
CertificateSummary |
CertificateSummary.withHasAdditionalSubjectAlternativeNames(Boolean hasAdditionalSubjectAlternativeNames)
When called by ListCertificates,
indicates whether the full list of subject alternative names has been included in the response.
|
CertificateSummary |
CertificateSummary.withImportedAt(Date importedAt)
The date and time when the certificate was imported.
|
CertificateSummary |
CertificateSummary.withInUse(Boolean inUse)
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
|
CertificateSummary |
CertificateSummary.withIssuedAt(Date issuedAt)
The time at which the certificate was issued.
|
CertificateSummary |
CertificateSummary.withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
CertificateSummary |
CertificateSummary.withKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
CertificateSummary |
CertificateSummary.withKeyUsages(Collection<String> keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
CertificateSummary |
CertificateSummary.withKeyUsages(KeyUsageName... keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
CertificateSummary |
CertificateSummary.withKeyUsages(String... keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
CertificateSummary |
CertificateSummary.withNotAfter(Date notAfter)
The time after which the certificate is not valid.
|
CertificateSummary |
CertificateSummary.withNotBefore(Date notBefore)
The time before which the certificate is not valid.
|
CertificateSummary |
CertificateSummary.withRenewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateSummary |
CertificateSummary.withRenewalEligibility(String renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateSummary |
CertificateSummary.withRevokedAt(Date revokedAt)
The time at which the certificate was revoked.
|
CertificateSummary |
CertificateSummary.withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateSummary |
CertificateSummary.withStatus(String status)
The status of the certificate.
|
CertificateSummary |
CertificateSummary.withSubjectAlternativeNameSummaries(Collection<String> subjectAlternativeNameSummaries)
One or more domain names (subject alternative names) included in the certificate.
|
CertificateSummary |
CertificateSummary.withSubjectAlternativeNameSummaries(String... subjectAlternativeNameSummaries)
One or more domain names (subject alternative names) included in the certificate.
|
CertificateSummary |
CertificateSummary.withType(CertificateType type)
The source of the certificate.
|
CertificateSummary |
CertificateSummary.withType(String type)
The source of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificateSummary> |
ListCertificatesResult.getCertificateSummaryList()
A list of ACM certificates.
|
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResult |
ListCertificatesResult.withCertificateSummaryList(CertificateSummary... certificateSummaryList)
A list of ACM certificates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCertificatesResult.setCertificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of ACM certificates.
|
ListCertificatesResult |
ListCertificatesResult.withCertificateSummaryList(Collection<CertificateSummary> certificateSummaryList)
A list of ACM certificates.
|
Copyright © 2022. All rights reserved.