| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static DataKeySpec |
DataKeySpec.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataKeySpec |
GenerateDataKeyWithoutPlaintextRequest.keySpec()
The length of the data key.
|
DataKeySpec |
GenerateDataKeyRequest.keySpec()
Specifies the length of the data key.
|
static DataKeySpec |
DataKeySpec.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataKeySpec> |
DataKeySpec.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GenerateDataKeyWithoutPlaintextRequest.Builder |
GenerateDataKeyWithoutPlaintextRequest.Builder.keySpec(DataKeySpec keySpec)
The length of the data key.
|
GenerateDataKeyRequest.Builder |
GenerateDataKeyRequest.Builder.keySpec(DataKeySpec keySpec)
Specifies the length of the data key.
|
Copyright © 2023. All rights reserved.