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