| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionStateType |
ConnectionStateType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
CustomKeyStoresListEntry.setConnectionState(ConnectionStateType connectionState)
Indicates whether the custom key store is connected to its AWS CloudHSM
cluster.
|
CustomKeyStoresListEntry |
CustomKeyStoresListEntry.withConnectionState(ConnectionStateType connectionState)
Indicates whether the custom key store is connected to its AWS CloudHSM
cluster.
|
Copyright © 2020. All rights reserved.