Uses of Class
software.amazon.awssdk.services.comprehend.model.ListEventsDetectionJobsResponse
-
Packages that use ListEventsDetectionJobsResponse 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 ListEventsDetectionJobsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListEventsDetectionJobsResponse Modifier and Type Method Description default ListEventsDetectionJobsResponseComprehendClient. listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted.default ListEventsDetectionJobsResponseComprehendClient. listEventsDetectionJobs(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListEventsDetectionJobsResponse Modifier and Type Method Description default CompletableFuture<ListEventsDetectionJobsResponse>ComprehendAsyncClient. listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted.default CompletableFuture<ListEventsDetectionJobsResponse>ComprehendAsyncClient. listEventsDetectionJobs(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted. -
Uses of ListEventsDetectionJobsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListEventsDetectionJobsResponse Modifier and Type Method Description Iterator<ListEventsDetectionJobsResponse>ListEventsDetectionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListEventsDetectionJobsResponse Modifier and Type Method Description voidListEventsDetectionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEventsDetectionJobsResponse> subscriber)
-