Uses of Class
software.amazon.awssdk.services.kms.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return UntagResourceResponse Modifier and Type Method Description default 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 UntagResourceResponse Modifier and Type Method Description default 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.
-