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)
A
CertificateStatus enumeration value that can contain one
of the following:
|
ListCertificatesRequest |
ListCertificatesRequest.withCertificateStatuses(CertificateStatus... certificateStatuses)
Identifies the statuses of the ACM Certificates for which you want to
retrieve the ARNs.
|
CertificateDetail |
CertificateDetail.withStatus(CertificateStatus status)
A
CertificateStatus enumeration value that can contain one
of the following:
|
Copyright © 2018. All rights reserved.