| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateStatusType |
CertificateStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CertificateStatusType |
DescribedCertificate.status()
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
CertificateStatusType |
ListedCertificate.status()
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
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 |
|---|---|
static Set<CertificateStatusType> |
CertificateStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribedCertificate.Builder |
DescribedCertificate.Builder.status(CertificateStatusType status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
ListedCertificate.Builder |
ListedCertificate.Builder.status(CertificateStatusType status)
The certificate can be either
ACTIVE, PENDING_ROTATION, or INACTIVE. |
Copyright © 2023. All rights reserved.