Uses of Enum
software.amazon.awssdk.services.kms.model.CustomKeyStoreType
Packages that use CustomKeyStoreType
-
Uses of CustomKeyStoreType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return CustomKeyStoreTypeModifier and TypeMethodDescriptionfinal CustomKeyStoreTypeCreateCustomKeyStoreRequest.customKeyStoreType()Specifies the type of custom key store.final CustomKeyStoreTypeCustomKeyStoresListEntry.customKeyStoreType()Indicates the type of the custom key store.static CustomKeyStoreTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomKeyStoreTypeReturns 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 CustomKeyStoreTypeModifier and TypeMethodDescriptionstatic Set<CustomKeyStoreType>CustomKeyStoreType.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type CustomKeyStoreTypeModifier and TypeMethodDescriptionCreateCustomKeyStoreRequest.Builder.customKeyStoreType(CustomKeyStoreType customKeyStoreType) Specifies the type of custom key store.CustomKeyStoresListEntry.Builder.customKeyStoreType(CustomKeyStoreType customKeyStoreType) Indicates the type of the custom key store.