Uses of Class
software.amazon.awssdk.services.translate.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseTranslateClient. untagResource(Consumer<UntagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.translate that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TranslateAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a specific tag associated with an Amazon Translate resource.default CompletableFuture<UntagResourceResponse>TranslateAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a specific tag associated with an Amazon Translate resource.
-