Uses of Enum
software.amazon.awssdk.services.kms.model.CustomerMasterKeySpec
Packages that use CustomerMasterKeySpec
-
Uses of CustomerMasterKeySpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return CustomerMasterKeySpecModifier and TypeMethodDescriptionfinal CustomerMasterKeySpecCreateKeyRequest.customerMasterKeySpec()Deprecated.This parameter has been deprecated.final CustomerMasterKeySpecGetPublicKeyResponse.customerMasterKeySpec()Deprecated.This field has been deprecated.final CustomerMasterKeySpecKeyMetadata.customerMasterKeySpec()Deprecated.This field has been deprecated.static CustomerMasterKeySpecDeprecated.Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomerMasterKeySpecDeprecated.Returns the enum constant of this type with the specified name.static CustomerMasterKeySpec[]CustomerMasterKeySpec.values()Deprecated.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 CustomerMasterKeySpecModifier and TypeMethodDescriptionstatic Set<CustomerMasterKeySpec>CustomerMasterKeySpec.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type CustomerMasterKeySpecModifier and TypeMethodDescriptionCreateKeyRequest.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec) Deprecated.This parameter has been deprecated.GetPublicKeyResponse.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec) Deprecated.This field has been deprecated.KeyMetadata.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec) Deprecated.This field has been deprecated.