| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateStatusType |
CertificateStatusType.fromValue(String value)
Use this in place of valueOf.
|
static CertificateStatusType |
CertificateStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateStatusType[] |
CertificateStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListedCertificate |
ListedCertificate.withStatus(CertificateStatusType status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
DescribedCertificate |
DescribedCertificate.withStatus(CertificateStatusType status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
Copyright © 2023. All rights reserved.