Uses of Class
software.amazon.awssdk.services.kms.model.UntagResourceResponse
Packages that use UntagResourceResponse
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseKmsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Deletes tags from a customer managed key.default UntagResourceResponseKmsClient.untagResource(UntagResourceRequest untagResourceRequest) Deletes tags from a customer managed key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>KmsAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Deletes tags from a customer managed key.default CompletableFuture<UntagResourceResponse>KmsAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Deletes tags from a customer managed key.