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