Uses of Class
software.amazon.awssdk.services.kms.model.DataKeySpec
-
Packages that use DataKeySpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of DataKeySpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DataKeySpec Modifier and Type Method Description static DataKeySpecDataKeySpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataKeySpecGenerateDataKeyRequest. keySpec()Specifies the length of the data key.DataKeySpecGenerateDataKeyWithoutPlaintextRequest. keySpec()The length of the data key.static DataKeySpecDataKeySpec. valueOf(String name)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 software.amazon.awssdk.services.kms.model that return types with arguments of type DataKeySpec Modifier and Type Method Description static Set<DataKeySpec>DataKeySpec. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type DataKeySpec Modifier and Type Method Description GenerateDataKeyRequest.BuilderGenerateDataKeyRequest.Builder. keySpec(DataKeySpec keySpec)Specifies the length of the data key.GenerateDataKeyWithoutPlaintextRequest.BuilderGenerateDataKeyWithoutPlaintextRequest.Builder. keySpec(DataKeySpec keySpec)The length of the data key.
-