Uses of Class
software.amazon.awssdk.services.comprehend.paginators.ListEntitiesDetectionJobsPublisher
-
Packages that use ListEntitiesDetectionJobsPublisher 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 ListEntitiesDetectionJobsPublisher in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListEntitiesDetectionJobsPublisher Modifier and Type Method Description default ListEntitiesDetectionJobsPublisherComprehendAsyncClient. listEntitiesDetectionJobsPaginator()Gets a list of the entity detection jobs that you have submitted.default ListEntitiesDetectionJobsPublisherComprehendAsyncClient. listEntitiesDetectionJobsPaginator(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted.default ListEntitiesDetectionJobsPublisherComprehendAsyncClient. listEntitiesDetectionJobsPaginator(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted.
-