| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStateType |
CustomKeyStoresListEntry.connectionState()
Indicates whether the custom key store is connected to its backing key store.
|
static ConnectionStateType |
ConnectionStateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConnectionStateType |
ConnectionStateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionStateType[] |
ConnectionStateType.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<ConnectionStateType> |
ConnectionStateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CustomKeyStoresListEntry.Builder |
CustomKeyStoresListEntry.Builder.connectionState(ConnectionStateType connectionState)
Indicates whether the custom key store is connected to its backing key store.
|
Copyright © 2023. All rights reserved.