Uses of Class
software.amazon.awssdk.services.translate.paginators.ListTextTranslationJobsPublisher
-
Packages that use ListTextTranslationJobsPublisher Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of ListTextTranslationJobsPublisher in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return ListTextTranslationJobsPublisher Modifier and Type Method Description default ListTextTranslationJobsPublisherTranslateAsyncClient. listTextTranslationJobsPaginator(Consumer<ListTextTranslationJobsRequest.Builder> 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.
-