Uses of Class
software.amazon.awssdk.services.ivschat.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIvschatClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the resource with the specified ARN.default UntagResourceResponseIvschatClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource with the specified ARN.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IvschatAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the resource with the specified ARN.default CompletableFuture<UntagResourceResponse>IvschatAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource with the specified ARN.
-