| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventsDetectionJobsResponse> |
ComprehendAsyncClient.listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsResponse |
ComprehendClient.listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsPublisher |
ComprehendAsyncClient.listEventsDetectionJobsPaginator(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsIterable |
ComprehendClient.listEventsDetectionJobsPaginator(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
static ListEventsDetectionJobsRequest.Builder |
ListEventsDetectionJobsRequest.builder() |
default ListEventsDetectionJobsRequest.Builder |
ListEventsDetectionJobsRequest.Builder.filter(Consumer<EventsDetectionJobFilter.Builder> filter)
Filters the jobs that are returned.
|
ListEventsDetectionJobsRequest.Builder |
ListEventsDetectionJobsRequest.Builder.filter(EventsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListEventsDetectionJobsRequest.Builder |
ListEventsDetectionJobsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListEventsDetectionJobsRequest.Builder |
ListEventsDetectionJobsRequest.Builder.nextToken(String nextToken)
Identifies the next page of results to return.
|
ListEventsDetectionJobsRequest.Builder |
ListEventsDetectionJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventsDetectionJobsRequest.Builder |
ListEventsDetectionJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEventsDetectionJobsRequest.Builder |
ListEventsDetectionJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEventsDetectionJobsRequest.Builder> |
ListEventsDetectionJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.