Uses of Enum
com.amazonaws.services.kms.model.DataKeySpec
Packages that use DataKeySpec
-
Uses of DataKeySpec in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return DataKeySpecModifier and TypeMethodDescriptionstatic DataKeySpec
Use this in place of valueOf.static DataKeySpec
Returns the enum constant of this type with the specified name.static DataKeySpec[]
DataKeySpec.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kms.model with parameters of type DataKeySpecModifier and TypeMethodDescriptionvoid
GenerateDataKeyRequest.setKeySpec
(DataKeySpec keySpec) Value that identifies the encryption algorithm and key size to generate a data key for.void
GenerateDataKeyWithoutPlaintextRequest.setKeySpec
(DataKeySpec keySpec) Value that identifies the encryption algorithm and key size.GenerateDataKeyRequest.withKeySpec
(DataKeySpec keySpec) Value that identifies the encryption algorithm and key size to generate a data key for.GenerateDataKeyWithoutPlaintextRequest.withKeySpec
(DataKeySpec keySpec) Value that identifies the encryption algorithm and key size.