Uses of Class
software.amazon.awssdk.services.translate.model.StartTextTranslationJobRequest
-
Packages that use StartTextTranslationJobRequest 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 StartTextTranslationJobRequest in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate with parameters of type StartTextTranslationJobRequest Modifier and Type Method Description default CompletableFuture<StartTextTranslationJobResponse>TranslateAsyncClient. startTextTranslationJob(StartTextTranslationJobRequest startTextTranslationJobRequest)Starts an asynchronous batch translation job.default StartTextTranslationJobResponseTranslateClient. startTextTranslationJob(StartTextTranslationJobRequest startTextTranslationJobRequest)Starts an asynchronous batch translation job. -
Uses of StartTextTranslationJobRequest in software.amazon.awssdk.services.translate.transform
Methods in software.amazon.awssdk.services.translate.transform with parameters of type StartTextTranslationJobRequest Modifier and Type Method Description SdkHttpFullRequestStartTextTranslationJobRequestMarshaller. marshall(StartTextTranslationJobRequest startTextTranslationJobRequest)
-