| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventsDetectionJobsResult> |
AbstractAmazonComprehendAsync.listEventsDetectionJobsAsync(ListEventsDetectionJobsRequest request,
AsyncHandler<ListEventsDetectionJobsRequest,ListEventsDetectionJobsResult> asyncHandler) |
Future<ListEventsDetectionJobsResult> |
AmazonComprehendAsync.listEventsDetectionJobsAsync(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest,
AsyncHandler<ListEventsDetectionJobsRequest,ListEventsDetectionJobsResult> asyncHandler)
Gets a list of the events detection jobs that you have submitted.
|
Future<ListEventsDetectionJobsResult> |
AmazonComprehendAsyncClient.listEventsDetectionJobsAsync(ListEventsDetectionJobsRequest request,
AsyncHandler<ListEventsDetectionJobsRequest,ListEventsDetectionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEventsDetectionJobsRequest |
ListEventsDetectionJobsRequest.clone() |
ListEventsDetectionJobsRequest |
ListEventsDetectionJobsRequest.withFilter(EventsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListEventsDetectionJobsRequest |
ListEventsDetectionJobsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListEventsDetectionJobsRequest |
ListEventsDetectionJobsRequest.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2022. All rights reserved.