Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
Future<GetParametersForImportResult> |
AbstractAWSKMSAsync.getParametersForImportAsync(GetParametersForImportRequest request,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler) |
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 encryption KMS key.
|
Modifier and Type | Method and Description |
---|---|
GetParametersForImportRequest |
GetParametersForImportRequest.clone() |
GetParametersForImportRequest |
GetParametersForImportRequest.withKeyId(String keyId)
The identifier of the symmetric encryption KMS key into which you will import key material.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to
import it.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to
import it.
|
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 © 2023. All rights reserved.