Uses of Class
software.amazon.awssdk.services.kms.model.ConnectionStateType
-
Packages that use ConnectionStateType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of ConnectionStateType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ConnectionStateType Modifier and Type Method Description ConnectionStateTypeCustomKeyStoresListEntry. connectionState()Indicates whether the custom key store is connected to its backing key store.static ConnectionStateTypeConnectionStateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionStateTypeConnectionStateType. 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.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ConnectionStateType Modifier and Type Method Description static Set<ConnectionStateType>ConnectionStateType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type ConnectionStateType Modifier and Type Method Description CustomKeyStoresListEntry.BuilderCustomKeyStoresListEntry.Builder. connectionState(ConnectionStateType connectionState)Indicates whether the custom key store is connected to its backing key store.
-