Uses of Class
software.amazon.awssdk.services.kms.model.UpdateKeyDescriptionResponse
-
Packages that use UpdateKeyDescriptionResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of UpdateKeyDescriptionResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return UpdateKeyDescriptionResponse Modifier and Type Method Description default UpdateKeyDescriptionResponseKmsClient. updateKeyDescription(Consumer<UpdateKeyDescriptionRequest.Builder> updateKeyDescriptionRequest)Updates the description of a KMS key.default UpdateKeyDescriptionResponseKmsClient. updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest)Updates the description of a KMS key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type UpdateKeyDescriptionResponse Modifier and Type Method Description default CompletableFuture<UpdateKeyDescriptionResponse>KmsAsyncClient. updateKeyDescription(Consumer<UpdateKeyDescriptionRequest.Builder> updateKeyDescriptionRequest)Updates the description of a KMS key.default CompletableFuture<UpdateKeyDescriptionResponse>KmsAsyncClient. updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest)Updates the description of a KMS key.
-