| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerMasterKeySpec |
CreateKeyRequest.customerMasterKeySpec()
Deprecated.
This parameter has been deprecated. Instead, use the KeySpec parameter.
|
CustomerMasterKeySpec |
KeyMetadata.customerMasterKeySpec()
Deprecated.
This field has been deprecated. Instead, use the KeySpec field.
|
CustomerMasterKeySpec |
GetPublicKeyResponse.customerMasterKeySpec()
Deprecated.
This field has been deprecated. Instead, use the KeySpec field.
|
static CustomerMasterKeySpec |
CustomerMasterKeySpec.fromValue(String value)
Deprecated.
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CustomerMasterKeySpec |
CustomerMasterKeySpec.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CustomerMasterKeySpec> |
CustomerMasterKeySpec.knownValues()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Deprecated.
This parameter has been deprecated. Instead, use the KeySpec parameter.
|
KeyMetadata.Builder |
KeyMetadata.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Deprecated.
This field has been deprecated. Instead, use the KeySpec field.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Deprecated.
This field has been deprecated. Instead, use the KeySpec field.
|
Copyright © 2023. All rights reserved.