| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
CACertificateUpdateAction |
UpdateCACertificateParams.action()
The action that you want to apply to the CA certificate.
|
static CACertificateUpdateAction |
CACertificateUpdateAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CACertificateUpdateAction |
CACertificateUpdateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CACertificateUpdateAction[] |
CACertificateUpdateAction.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<CACertificateUpdateAction> |
CACertificateUpdateAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCACertificateParams.Builder |
UpdateCACertificateParams.Builder.action(CACertificateUpdateAction action)
The action that you want to apply to the CA certificate.
|
Copyright © 2022. All rights reserved.