| 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.updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest)
Updates the description of a customer master key (CMK).
|
void |
AWSKMSClient.updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest)
Updates the description of a customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyDescriptionRequest |
UpdateKeyDescriptionRequest.withDescription(String description)
New description for the CMK.
|
UpdateKeyDescriptionRequest |
UpdateKeyDescriptionRequest.withKeyId(String keyId)
A unique identifier for the customer master key (CMK).
|
Copyright © 2020. All rights reserved.