| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateStatus |
CertificateStatus.fromValue(String value)
Use this in place of valueOf.
|
static CertificateStatus |
CertificateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateStatus[] |
CertificateStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateDetail.setStatus(CertificateStatus status)
The status of the certificate.
|
ListCertificatesRequest |
ListCertificatesRequest.withCertificateStatuses(CertificateStatus... certificateStatuses)
Filter the certificate list by status value.
|
CertificateSummary |
CertificateSummary.withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateDetail |
CertificateDetail.withStatus(CertificateStatus status)
The status of the certificate.
|
Copyright © 2022. All rights reserved.