| Package | Description | 
|---|---|
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
static DataKeyPairSpec | 
DataKeyPairSpec.fromValue(String value)
Use this in place of valueOf. 
 | 
static DataKeyPairSpec | 
DataKeyPairSpec.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DataKeyPairSpec[] | 
DataKeyPairSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GenerateDataKeyPairResult | 
GenerateDataKeyPairResult.withKeyPairSpec(DataKeyPairSpec keyPairSpec)
 The type of data key pair that was generated. 
 | 
GenerateDataKeyPairWithoutPlaintextResult | 
GenerateDataKeyPairWithoutPlaintextResult.withKeyPairSpec(DataKeyPairSpec keyPairSpec)
 The type of data key pair that was generated. 
 | 
GenerateDataKeyPairWithoutPlaintextRequest | 
GenerateDataKeyPairWithoutPlaintextRequest.withKeyPairSpec(DataKeyPairSpec keyPairSpec)
 Determines the type of data key pair that is generated. 
 | 
GenerateDataKeyPairRequest | 
GenerateDataKeyPairRequest.withKeyPairSpec(DataKeyPairSpec keyPairSpec)
 Determines the type of data key pair that is generated. 
 | 
Copyright © 2020. All rights reserved.