Uses of Class
software.amazon.awssdk.services.translate.model.StopTextTranslationJobRequest
-
Packages that use StopTextTranslationJobRequest 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 StopTextTranslationJobRequest in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate with parameters of type StopTextTranslationJobRequest Modifier and Type Method Description default CompletableFuture<StopTextTranslationJobResponse>TranslateAsyncClient. stopTextTranslationJob(StopTextTranslationJobRequest 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. -
Uses of StopTextTranslationJobRequest in software.amazon.awssdk.services.translate.transform
Methods in software.amazon.awssdk.services.translate.transform with parameters of type StopTextTranslationJobRequest Modifier and Type Method Description SdkHttpFullRequestStopTextTranslationJobRequestMarshaller. marshall(StopTextTranslationJobRequest stopTextTranslationJobRequest)
-