| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateAuthorityStatus |
CertificateAuthorityStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CertificateAuthorityStatus |
UpdateCertificateAuthorityRequest.status()
Status of your private CA.
|
CertificateAuthorityStatus |
CertificateAuthority.status()
Status of your private CA.
|
static CertificateAuthorityStatus |
CertificateAuthorityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateAuthorityStatus[] |
CertificateAuthorityStatus.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<CertificateAuthorityStatus> |
CertificateAuthorityStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCertificateAuthorityRequest.Builder |
UpdateCertificateAuthorityRequest.Builder.status(CertificateAuthorityStatus status)
Status of your private CA.
|
CertificateAuthority.Builder |
CertificateAuthority.Builder.status(CertificateAuthorityStatus status)
Status of your private CA.
|
Copyright © 2023. All rights reserved.