| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ImportKeyMaterialResult> |
AbstractAWSKMSAsync.importKeyMaterialAsync(ImportKeyMaterialRequest request,
AsyncHandler<ImportKeyMaterialRequest,ImportKeyMaterialResult> asyncHandler) |
Future<ImportKeyMaterialResult> |
AWSKMSAsyncClient.importKeyMaterialAsync(ImportKeyMaterialRequest request,
AsyncHandler<ImportKeyMaterialRequest,ImportKeyMaterialResult> asyncHandler) |
Future<ImportKeyMaterialResult> |
AWSKMSAsync.importKeyMaterialAsync(ImportKeyMaterialRequest importKeyMaterialRequest,
AsyncHandler<ImportKeyMaterialRequest,ImportKeyMaterialResult> asyncHandler)
Imports or reimports key material into an existing KMS key that was created without key material.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyMaterialRequest |
ImportKeyMaterialRequest.clone() |
ImportKeyMaterialRequest |
ImportKeyMaterialRequest.withEncryptedKeyMaterial(ByteBuffer encryptedKeyMaterial)
The encrypted key material to import.
|
ImportKeyMaterialRequest |
ImportKeyMaterialRequest.withExpirationModel(ExpirationModelType expirationModel)
Specifies whether the key material expires.
|
ImportKeyMaterialRequest |
ImportKeyMaterialRequest.withExpirationModel(String expirationModel)
Specifies whether the key material expires.
|
ImportKeyMaterialRequest |
ImportKeyMaterialRequest.withImportToken(ByteBuffer importToken)
The import token that you received in the response to a previous GetParametersForImport request.
|
ImportKeyMaterialRequest |
ImportKeyMaterialRequest.withKeyId(String keyId)
The identifier of the KMS key that will be associated with the imported key material.
|
ImportKeyMaterialRequest |
ImportKeyMaterialRequest.withValidTo(Date validTo)
The date and time when the imported key material expires.
|
Copyright © 2024. All rights reserved.