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