Uses of Class
software.amazon.awssdk.services.translate.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseTranslateClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags associated with a given Amazon Translate resource.default ListTagsForResourceResponseTranslateClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags associated with a given Amazon Translate resource.Methods in software.amazon.awssdk.services.translate that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>TranslateAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags associated with a given Amazon Translate resource.default CompletableFuture<ListTagsForResourceResponse>TranslateAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags associated with a given Amazon Translate resource.
-