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