Uses of Class
software.amazon.awssdk.services.quicksight.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseQuickSightClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags assigned to a resource.default ListTagsForResourceResponseQuickSightClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags assigned to a resource.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>QuickSightAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags assigned to a resource.default CompletableFuture<ListTagsForResourceResponse>QuickSightAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags assigned to a resource.
-