Uses of Class
software.amazon.awssdk.services.translate.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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 UntagResourceRequest in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TranslateAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a specific tag associated with an Amazon Translate resource.default UntagResourceResponseTranslateClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a specific tag associated with an Amazon Translate resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.translate.transform
Methods in software.amazon.awssdk.services.translate.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-