Uses of Class
software.amazon.awssdk.services.kms.model.CustomKeyStoreType
-
Packages that use CustomKeyStoreType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of CustomKeyStoreType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return CustomKeyStoreType Modifier and Type Method Description CustomKeyStoreTypeCreateCustomKeyStoreRequest. customKeyStoreType()Specifies the type of custom key store.CustomKeyStoreTypeCustomKeyStoresListEntry. customKeyStoreType()Indicates the type of the custom key store.static CustomKeyStoreTypeCustomKeyStoreType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomKeyStoreTypeCustomKeyStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomKeyStoreType[]CustomKeyStoreType. 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 CustomKeyStoreType Modifier and Type Method Description static Set<CustomKeyStoreType>CustomKeyStoreType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type CustomKeyStoreType Modifier and Type Method Description CreateCustomKeyStoreRequest.BuilderCreateCustomKeyStoreRequest.Builder. customKeyStoreType(CustomKeyStoreType customKeyStoreType)Specifies the type of custom key store.CustomKeyStoresListEntry.BuilderCustomKeyStoresListEntry.Builder. customKeyStoreType(CustomKeyStoreType customKeyStoreType)Indicates the type of the custom key store.
-