Uses of Class
software.amazon.awssdk.services.quicksight.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseQuickSightClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default UntagResourceResponseQuickSightClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>QuickSightAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default CompletableFuture<UntagResourceResponse>QuickSightAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.
-