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