Package | Description |
---|---|
software.amazon.awssdk.services.kms |
|
Modifier and Type | Method and Description |
---|---|
default UpdateKeyDescriptionResponse |
KmsClient.updateKeyDescription(Consumer<UpdateKeyDescriptionRequest.Builder> updateKeyDescriptionRequest)
Updates the description of a customer master key (CMK).
|
default UpdateKeyDescriptionResponse |
KmsClient.updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest)
Updates the description of a customer master key (CMK).
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<UpdateKeyDescriptionResponse> |
KmsAsyncClient.updateKeyDescription(Consumer<UpdateKeyDescriptionRequest.Builder> updateKeyDescriptionRequest)
Updates the description of a customer master key (CMK).
|
default CompletableFuture<UpdateKeyDescriptionResponse> |
KmsAsyncClient.updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest)
Updates the description of a customer master key (CMK).
|
Copyright © 2021. All rights reserved.