Uses of Class
software.amazon.awssdk.services.comprehend.paginators.ListSentimentDetectionJobsIterable
-
Packages that use ListSentimentDetectionJobsIterable 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 ListSentimentDetectionJobsIterable in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListSentimentDetectionJobsIterable Modifier and Type Method Description default ListSentimentDetectionJobsIterableComprehendClient. listSentimentDetectionJobsPaginator()Gets a list of sentiment detection jobs that you have submitted.default ListSentimentDetectionJobsIterableComprehendClient. listSentimentDetectionJobsPaginator(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted.default ListSentimentDetectionJobsIterableComprehendClient. listSentimentDetectionJobsPaginator(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)Gets a list of sentiment detection jobs that you have submitted.
-