Uses of Enum
software.amazon.awssdk.services.kms.model.DataKeySpec
Packages that use DataKeySpec
-
Uses of DataKeySpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DataKeySpecModifier and TypeMethodDescriptionstatic DataKeySpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DataKeySpecGenerateDataKeyRequest.keySpec()Specifies the length of the data key.final DataKeySpecGenerateDataKeyWithoutPlaintextRequest.keySpec()The length of the data key.static DataKeySpecReturns 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 software.amazon.awssdk.services.kms.model that return types with arguments of type DataKeySpecMethods in software.amazon.awssdk.services.kms.model with parameters of type DataKeySpecModifier and TypeMethodDescriptionGenerateDataKeyRequest.Builder.keySpec(DataKeySpec keySpec) Specifies the length of the data key.GenerateDataKeyWithoutPlaintextRequest.Builder.keySpec(DataKeySpec keySpec) The length of the data key.