| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateAuthorityStatus |
CertificateAuthorityStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateCertificateAuthorityRequest |
UpdateCertificateAuthorityRequest.withStatus(CertificateAuthorityStatus status)
Status of your private CA.
|
CertificateAuthority |
CertificateAuthority.withStatus(CertificateAuthorityStatus status)
Status of your private CA.
|
Copyright © 2023. All rights reserved.