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