| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyMaterialResult |
AWSKMS.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)
Imports key material into an AWS KMS customer master key (CMK) from your
existing key management infrastructure.
|
ImportKeyMaterialResult |
AWSKMSClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)
Imports key material into an AWS KMS customer master key (CMK) from your
existing key management infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
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 CMK to import the key material into.
|
ImportKeyMaterialRequest |
ImportKeyMaterialRequest.withValidTo(Date validTo)
The time at which the imported key material expires.
|
Copyright © 2018. All rights reserved.