Uses of Interface
software.amazon.awssdk.services.comprehend.model.ListEventsDetectionJobsRequest.Builder
-
Packages that use ListEventsDetectionJobsRequest.Builder 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.model -
-
Uses of ListEventsDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type ListEventsDetectionJobsRequest.Builder 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 ListEventsDetectionJobsResponseComprehendClient. listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted.default ListEventsDetectionJobsPublisherComprehendAsyncClient. listEventsDetectionJobsPaginator(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted.default ListEventsDetectionJobsIterableComprehendClient. listEventsDetectionJobsPaginator(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)Gets a list of the events detection jobs that you have submitted. -
Uses of ListEventsDetectionJobsRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ListEventsDetectionJobsRequest.Builder Modifier and Type Method Description static ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest. builder()default ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest.Builder. filter(Consumer<EventsDetectionJobFilter.Builder> filter)Filters the jobs that are returned.ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest.Builder. filter(EventsDetectionJobFilter filter)Filters the jobs that are returned.ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in each page.ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest.Builder. nextToken(String nextToken)Identifies the next page of results to return.ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ListEventsDetectionJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListEventsDetectionJobsRequest.Builder>ListEventsDetectionJobsRequest. serializableBuilderClass()
-