Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseQBusinessClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets a list of tags associated with a specified resource.default ListTagsForResourceResponseQBusinessClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of tags associated with a specified resource.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>QBusinessAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets a list of tags associated with a specified resource.default CompletableFuture<ListTagsForResourceResponse>QBusinessAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of tags associated with a specified resource.
-