Uses of Enum
software.amazon.awssdk.services.kms.model.ConnectionStateType
Packages that use ConnectionStateType
-
Uses of ConnectionStateType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ConnectionStateTypeModifier and TypeMethodDescriptionfinal ConnectionStateTypeCustomKeyStoresListEntry.connectionState()Indicates whether the custom key store is connected to its backing key store.static ConnectionStateTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionStateTypeReturns 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 ConnectionStateTypeModifier and TypeMethodDescriptionstatic Set<ConnectionStateType>ConnectionStateType.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type ConnectionStateTypeModifier and TypeMethodDescriptionCustomKeyStoresListEntry.Builder.connectionState(ConnectionStateType connectionState) Indicates whether the custom key store is connected to its backing key store.