Uses of Class
software.amazon.awssdk.services.comprehend.paginators.ListDominantLanguageDetectionJobsIterable
-
Packages that use ListDominantLanguageDetectionJobsIterable Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of ListDominantLanguageDetectionJobsIterable in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListDominantLanguageDetectionJobsIterable Modifier and Type Method Description default ListDominantLanguageDetectionJobsIterableComprehendClient. listDominantLanguageDetectionJobsPaginator()Gets a list of the dominant language detection jobs that you have submitted.default ListDominantLanguageDetectionJobsIterableComprehendClient. listDominantLanguageDetectionJobsPaginator(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted.default ListDominantLanguageDetectionJobsIterableComprehendClient. listDominantLanguageDetectionJobsPaginator(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted.
-