| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static CACertificateStatus |
CACertificateStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CACertificateStatus |
UpdateCaCertificateRequest.newStatus()
The updated status of the CA certificate.
|
CACertificateStatus |
CACertificate.status()
The status of the CA certificate.
|
CACertificateStatus |
CACertificateDescription.status()
The status of a CA certificate.
|
static CACertificateStatus |
CACertificateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CACertificateStatus[] |
CACertificateStatus.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<CACertificateStatus> |
CACertificateStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCaCertificateRequest.Builder |
UpdateCaCertificateRequest.Builder.newStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
|
CACertificate.Builder |
CACertificate.Builder.status(CACertificateStatus status)
The status of the CA certificate.
|
CACertificateDescription.Builder |
CACertificateDescription.Builder.status(CACertificateStatus status)
The status of a CA certificate.
|
Copyright © 2020. All rights reserved.