Uses of Class
software.amazon.awssdk.services.comprehend.model.ListEntitiesDetectionJobsResponse
-
Packages that use ListEntitiesDetectionJobsResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.paginators -
-
Uses of ListEntitiesDetectionJobsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListEntitiesDetectionJobsResponse Modifier and Type Method Description default ListEntitiesDetectionJobsResponseComprehendClient. listEntitiesDetectionJobs()Gets a list of the entity detection jobs that you have submitted.default ListEntitiesDetectionJobsResponseComprehendClient. listEntitiesDetectionJobs(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted.default ListEntitiesDetectionJobsResponseComprehendClient. listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListEntitiesDetectionJobsResponse Modifier and Type Method Description default CompletableFuture<ListEntitiesDetectionJobsResponse>ComprehendAsyncClient. listEntitiesDetectionJobs()Gets a list of the entity detection jobs that you have submitted.default CompletableFuture<ListEntitiesDetectionJobsResponse>ComprehendAsyncClient. listEntitiesDetectionJobs(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted.default CompletableFuture<ListEntitiesDetectionJobsResponse>ComprehendAsyncClient. listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest)Gets a list of the entity detection jobs that you have submitted. -
Uses of ListEntitiesDetectionJobsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListEntitiesDetectionJobsResponse Modifier and Type Method Description Iterator<ListEntitiesDetectionJobsResponse>ListEntitiesDetectionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListEntitiesDetectionJobsResponse Modifier and Type Method Description voidListEntitiesDetectionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEntitiesDetectionJobsResponse> subscriber)
-