Uses of Enum
software.amazon.awssdk.services.kms.model.DataKeyPairSpec
Packages that use DataKeyPairSpec
-
Uses of DataKeyPairSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DataKeyPairSpecModifier and TypeMethodDescriptionstatic DataKeyPairSpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DataKeyPairSpecGenerateDataKeyPairRequest.keyPairSpec()Determines the type of data key pair that is generated.final DataKeyPairSpecGenerateDataKeyPairResponse.keyPairSpec()The type of data key pair that was generated.final DataKeyPairSpecGenerateDataKeyPairWithoutPlaintextRequest.keyPairSpec()Determines the type of data key pair that is generated.final DataKeyPairSpecGenerateDataKeyPairWithoutPlaintextResponse.keyPairSpec()The type of data key pair that was generated.static DataKeyPairSpecReturns the enum constant of this type with the specified name.static DataKeyPairSpec[]DataKeyPairSpec.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 DataKeyPairSpecMethods in software.amazon.awssdk.services.kms.model with parameters of type DataKeyPairSpecModifier and TypeMethodDescriptionGenerateDataKeyPairRequest.Builder.keyPairSpec(DataKeyPairSpec keyPairSpec) Determines the type of data key pair that is generated.GenerateDataKeyPairResponse.Builder.keyPairSpec(DataKeyPairSpec keyPairSpec) The type of data key pair that was generated.GenerateDataKeyPairWithoutPlaintextRequest.Builder.keyPairSpec(DataKeyPairSpec keyPairSpec) Determines the type of data key pair that is generated.GenerateDataKeyPairWithoutPlaintextResponse.Builder.keyPairSpec(DataKeyPairSpec keyPairSpec) The type of data key pair that was generated.