| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
ImportKeyMaterialResult |
AbstractAWSKMS.importKeyMaterial(ImportKeyMaterialRequest request) |
ImportKeyMaterialResult |
AWSKMS.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)
Imports key material into an existing symmetric encryption KMS key that was created without key material.
|
ImportKeyMaterialResult |
AWSKMSClient.importKeyMaterial(ImportKeyMaterialRequest request)
Imports key material into an existing symmetric encryption KMS key that was created without key material.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ImportKeyMaterialResult> |
AWSKMSAsyncClient.importKeyMaterialAsync(ImportKeyMaterialRequest request,
AsyncHandler<ImportKeyMaterialRequest,ImportKeyMaterialResult> asyncHandler) |
Future<ImportKeyMaterialResult> |
AbstractAWSKMSAsync.importKeyMaterialAsync(ImportKeyMaterialRequest request,
AsyncHandler<ImportKeyMaterialRequest,ImportKeyMaterialResult> asyncHandler) |
Future<ImportKeyMaterialResult> |
AWSKMSAsync.importKeyMaterialAsync(ImportKeyMaterialRequest importKeyMaterialRequest,
AsyncHandler<ImportKeyMaterialRequest,ImportKeyMaterialResult> asyncHandler)
Imports key material into an existing symmetric encryption KMS key that was created without key material.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyMaterialResult |
ImportKeyMaterialResult.clone() |
Copyright © 2022. All rights reserved.