Uses of Class
software.amazon.awssdk.services.comprehend.model.ListEventsDetectionJobsRequest
-
Packages that use ListEventsDetectionJobsRequest 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 software.amazon.awssdk.services.comprehend.transform -
-
Uses of ListEventsDetectionJobsRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type ListEventsDetectionJobsRequest Modifier and Type Method Description default CompletableFuture<ListEventsDetectionJobsResponse>ComprehendAsyncClient. listEventsDetectionJobs(ListEventsDetectionJobsRequest 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.default ListEventsDetectionJobsPublisherComprehendAsyncClient. listEventsDetectionJobsPaginator(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted.default ListEventsDetectionJobsIterableComprehendClient. listEventsDetectionJobsPaginator(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted. -
Uses of ListEventsDetectionJobsRequest in software.amazon.awssdk.services.comprehend.paginators
Constructors in software.amazon.awssdk.services.comprehend.paginators with parameters of type ListEventsDetectionJobsRequest Constructor Description ListEventsDetectionJobsIterable(ComprehendClient client, ListEventsDetectionJobsRequest firstRequest)ListEventsDetectionJobsPublisher(ComprehendAsyncClient client, ListEventsDetectionJobsRequest firstRequest) -
Uses of ListEventsDetectionJobsRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type ListEventsDetectionJobsRequest Modifier and Type Method Description SdkHttpFullRequestListEventsDetectionJobsRequestMarshaller. marshall(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)
-