| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateState |
CertificateState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CertificateState |
CertificateInfo.state()
The state of the certificate.
|
CertificateState |
Certificate.state()
The state of the certificate.
|
static CertificateState |
CertificateState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateState[] |
CertificateState.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<CertificateState> |
CertificateState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CertificateInfo.Builder |
CertificateInfo.Builder.state(CertificateState state)
The state of the certificate.
|
Certificate.Builder |
Certificate.Builder.state(CertificateState state)
The state of the certificate.
|
Copyright © 2023. All rights reserved.