Uses of Class
software.amazon.awssdk.services.comprehend.paginators.ListDominantLanguageDetectionJobsPublisher
-
Packages that use ListDominantLanguageDetectionJobsPublisher 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 ListDominantLanguageDetectionJobsPublisher in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListDominantLanguageDetectionJobsPublisher Modifier and Type Method Description default ListDominantLanguageDetectionJobsPublisherComprehendAsyncClient. listDominantLanguageDetectionJobsPaginator()Gets a list of the dominant language detection jobs that you have submitted.default ListDominantLanguageDetectionJobsPublisherComprehendAsyncClient. listDominantLanguageDetectionJobsPaginator(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted.default ListDominantLanguageDetectionJobsPublisherComprehendAsyncClient. listDominantLanguageDetectionJobsPaginator(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest)Gets a list of the dominant language detection jobs that you have submitted.
-