Uses of Class
software.amazon.awssdk.services.translate.model.ListTextTranslationJobsRequest
-
Packages that use ListTextTranslationJobsRequest 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.paginators software.amazon.awssdk.services.translate.transform -
-
Uses of ListTextTranslationJobsRequest in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate with parameters of type ListTextTranslationJobsRequest Modifier and Type Method Description default CompletableFuture<ListTextTranslationJobsResponse>TranslateAsyncClient. listTextTranslationJobs(ListTextTranslationJobsRequest listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted.default ListTextTranslationJobsResponseTranslateClient. listTextTranslationJobs(ListTextTranslationJobsRequest listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted.default ListTextTranslationJobsPublisherTranslateAsyncClient. listTextTranslationJobsPaginator(ListTextTranslationJobsRequest listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted.default ListTextTranslationJobsIterableTranslateClient. listTextTranslationJobsPaginator(ListTextTranslationJobsRequest listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted. -
Uses of ListTextTranslationJobsRequest in software.amazon.awssdk.services.translate.paginators
Constructors in software.amazon.awssdk.services.translate.paginators with parameters of type ListTextTranslationJobsRequest Constructor Description ListTextTranslationJobsIterable(TranslateClient client, ListTextTranslationJobsRequest firstRequest)ListTextTranslationJobsPublisher(TranslateAsyncClient client, ListTextTranslationJobsRequest firstRequest) -
Uses of ListTextTranslationJobsRequest in software.amazon.awssdk.services.translate.transform
Methods in software.amazon.awssdk.services.translate.transform with parameters of type ListTextTranslationJobsRequest Modifier and Type Method Description SdkHttpFullRequestListTextTranslationJobsRequestMarshaller. marshall(ListTextTranslationJobsRequest listTextTranslationJobsRequest)
-