Uses of Class
software.amazon.awssdk.services.translate.model.StartTextTranslationJobResponse
-
Packages that use StartTextTranslationJobResponse Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of StartTextTranslationJobResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return StartTextTranslationJobResponse Modifier and Type Method Description default StartTextTranslationJobResponseTranslateClient. startTextTranslationJob(Consumer<StartTextTranslationJobRequest.Builder> startTextTranslationJobRequest)Starts an asynchronous batch translation job.default StartTextTranslationJobResponseTranslateClient. startTextTranslationJob(StartTextTranslationJobRequest startTextTranslationJobRequest)Starts an asynchronous batch translation job.Methods in software.amazon.awssdk.services.translate that return types with arguments of type StartTextTranslationJobResponse Modifier and Type Method Description default CompletableFuture<StartTextTranslationJobResponse>TranslateAsyncClient. startTextTranslationJob(Consumer<StartTextTranslationJobRequest.Builder> startTextTranslationJobRequest)Starts an asynchronous batch translation job.default CompletableFuture<StartTextTranslationJobResponse>TranslateAsyncClient. startTextTranslationJob(StartTextTranslationJobRequest startTextTranslationJobRequest)Starts an asynchronous batch translation job.
-