| 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 |
|---|---|
void |
AWSKMS.deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest)
Deletes key material that you previously imported and makes the specified
customer master key (CMK) unusable.
|
void |
AWSKMSClient.deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest)
Deletes key material that you previously imported and makes the specified
customer master key (CMK) unusable.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteImportedKeyMaterialRequest |
DeleteImportedKeyMaterialRequest.withKeyId(String keyId)
The identifier of the CMK whose key material to delete.
|
Copyright © 2018. All rights reserved.