| Package | Description | 
|---|---|
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
static WrappingKeySpec | 
WrappingKeySpec.fromValue(String value)
Use this in place of valueOf. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetParametersForImportRequest.setWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
 The type of wrapping key (public key) to return in the response. 
 | 
GetParametersForImportRequest | 
GetParametersForImportRequest.withWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
 The type of wrapping key (public key) to return in the response. 
 | 
Copyright © 2020. All rights reserved.