Uses of Class
software.amazon.awssdk.services.kms.model.UpdateKeyDescriptionResponse
Packages that use UpdateKeyDescriptionResponse
-
Uses of UpdateKeyDescriptionResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return UpdateKeyDescriptionResponseModifier and TypeMethodDescriptiondefault 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 UpdateKeyDescriptionResponseModifier and TypeMethodDescriptionKmsAsyncClient.updateKeyDescription(Consumer<UpdateKeyDescriptionRequest.Builder> updateKeyDescriptionRequest) Updates the description of a KMS key.KmsAsyncClient.updateKeyDescription(UpdateKeyDescriptionRequest updateKeyDescriptionRequest) Updates the description of a KMS key.