Uses of Class
software.amazon.awssdk.services.kms.model.CustomerMasterKeySpec
-
Packages that use CustomerMasterKeySpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of CustomerMasterKeySpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return CustomerMasterKeySpec Modifier and Type Method Description CustomerMasterKeySpecCreateKeyRequest. customerMasterKeySpec()Deprecated.This parameter has been deprecated.CustomerMasterKeySpecGetPublicKeyResponse. customerMasterKeySpec()Deprecated.This field has been deprecated.CustomerMasterKeySpecKeyMetadata. customerMasterKeySpec()Deprecated.This field has been deprecated.static CustomerMasterKeySpecCustomerMasterKeySpec. fromValue(String value)Deprecated.Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomerMasterKeySpecCustomerMasterKeySpec. valueOf(String name)Deprecated.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 CustomerMasterKeySpec Modifier and Type Method Description static Set<CustomerMasterKeySpec>CustomerMasterKeySpec. knownValues()Deprecated.Methods in software.amazon.awssdk.services.kms.model with parameters of type CustomerMasterKeySpec Modifier and Type Method Description CreateKeyRequest.BuilderCreateKeyRequest.Builder. customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)Deprecated.This parameter has been deprecated.GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)Deprecated.This field has been deprecated.KeyMetadata.BuilderKeyMetadata.Builder. customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)Deprecated.This field has been deprecated.
-