Uses of Class
software.amazon.awssdk.services.comprehend.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseComprehendClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags associated with a given Amazon Comprehend resource.default ListTagsForResourceResponseComprehendClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags associated with a given Amazon Comprehend resource.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ComprehendAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags associated with a given Amazon Comprehend resource.default CompletableFuture<ListTagsForResourceResponse>ComprehendAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags associated with a given Amazon Comprehend resource.
-