Uses of Class
software.amazon.awssdk.services.qapps.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseQAppsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags associated with an Amazon Q Apps resource.default ListTagsForResourceResponseQAppsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags associated with an Amazon Q Apps resource.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>QAppsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags associated with an Amazon Q Apps resource.default CompletableFuture<ListTagsForResourceResponse>QAppsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags associated with an Amazon Q Apps resource.
-