Uses of Class
software.amazon.awssdk.services.translate.model.StopTextTranslationJobResponse
-
Packages that use StopTextTranslationJobResponse Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of StopTextTranslationJobResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return StopTextTranslationJobResponse Modifier and Type Method Description default StopTextTranslationJobResponseTranslateClient. stopTextTranslationJob(Consumer<StopTextTranslationJobRequest.Builder> stopTextTranslationJobRequest)Stops an asynchronous batch translation job that is in progress.default StopTextTranslationJobResponseTranslateClient. stopTextTranslationJob(StopTextTranslationJobRequest stopTextTranslationJobRequest)Stops an asynchronous batch translation job that is in progress.Methods in software.amazon.awssdk.services.translate that return types with arguments of type StopTextTranslationJobResponse Modifier and Type Method Description default CompletableFuture<StopTextTranslationJobResponse>TranslateAsyncClient. stopTextTranslationJob(Consumer<StopTextTranslationJobRequest.Builder> stopTextTranslationJobRequest)Stops an asynchronous batch translation job that is in progress.default CompletableFuture<StopTextTranslationJobResponse>TranslateAsyncClient. stopTextTranslationJob(StopTextTranslationJobRequest stopTextTranslationJobRequest)Stops an asynchronous batch translation job that is in progress.
-