Uses of Class
software.amazon.awssdk.services.translate.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseTranslateClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a specific tag with a resource.default TagResourceResponseTranslateClient. tagResource(TagResourceRequest tagResourceRequest)Associates a specific tag with a resource.Methods in software.amazon.awssdk.services.translate that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>TranslateAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a specific tag with a resource.default CompletableFuture<TagResourceResponse>TranslateAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates a specific tag with a resource.
-