| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetParametersForImportResult> | 
AWSKMSAsyncClient.getParametersForImportAsync(GetParametersForImportRequest request,
                           AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler)  | 
Future<GetParametersForImportResult> | 
AWSKMSAsync.getParametersForImportAsync(GetParametersForImportRequest getParametersForImportRequest,
                           AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler)
 Returns the items you need to import key material into a symmetric, customer managed customer master key (CMK). 
 | 
Future<GetParametersForImportResult> | 
AbstractAWSKMSAsync.getParametersForImportAsync(GetParametersForImportRequest request,
                           AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
GetParametersForImportRequest | 
GetParametersForImportRequest.clone()  | 
GetParametersForImportRequest | 
GetParametersForImportRequest.withKeyId(String keyId)
 The identifier of the symmetric CMK into which you will import key material. 
 | 
GetParametersForImportRequest | 
GetParametersForImportRequest.withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
GetParametersForImportRequest | 
GetParametersForImportRequest.withWrappingAlgorithm(String wrappingAlgorithm)
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
GetParametersForImportRequest | 
GetParametersForImportRequest.withWrappingKeySpec(String 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.