Package | Description |
---|---|
software.amazon.awssdk.services.kms.model |
Modifier and Type | Method and Description |
---|---|
static WrappingKeySpec |
WrappingKeySpec.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WrappingKeySpec |
WrappingKeySpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrappingKeySpec[] |
WrappingKeySpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WrappingKeySpec |
GetParametersForImportRequest.wrappingKeySpec()
The type of wrapping key (public key) to return in the response.
|
Modifier and Type | Method and Description |
---|---|
static Set<WrappingKeySpec> |
WrappingKeySpec.knownValues()
|
Modifier and Type | Method and Description |
---|---|
GetParametersForImportRequest.Builder |
GetParametersForImportRequest.Builder.wrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of wrapping key (public key) to return in the response.
|
Copyright © 2020. All rights reserved.