Uses of Class
software.amazon.awssdk.services.comprehend.paginators.ListTopicsDetectionJobsPublisher
-
Packages that use ListTopicsDetectionJobsPublisher 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 ListTopicsDetectionJobsPublisher in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListTopicsDetectionJobsPublisher Modifier and Type Method Description default ListTopicsDetectionJobsPublisherComprehendAsyncClient. listTopicsDetectionJobsPaginator()Gets a list of the topic detection jobs that you have submitted.default ListTopicsDetectionJobsPublisherComprehendAsyncClient. listTopicsDetectionJobsPaginator(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted.default ListTopicsDetectionJobsPublisherComprehendAsyncClient. listTopicsDetectionJobsPaginator(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest)Gets a list of the topic detection jobs that you have submitted.
-