| 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 |
|---|---|
ListEventsDetectionJobsResult |
AmazonComprehendClient.listEventsDetectionJobs(ListEventsDetectionJobsRequest request)
Gets a list of the events detection jobs that you have submitted.
|
ListEventsDetectionJobsResult |
AmazonComprehend.listEventsDetectionJobs(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest)
Gets a list of the events detection jobs that you have submitted.
|
ListEventsDetectionJobsResult |
AbstractAmazonComprehend.listEventsDetectionJobs(ListEventsDetectionJobsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventsDetectionJobsResult> |
AmazonComprehendAsyncClient.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> |
AbstractAmazonComprehendAsync.listEventsDetectionJobsAsync(ListEventsDetectionJobsRequest request,
AsyncHandler<ListEventsDetectionJobsRequest,ListEventsDetectionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEventsDetectionJobsResult |
ListEventsDetectionJobsResult.clone() |
ListEventsDetectionJobsResult |
ListEventsDetectionJobsResult.withEventsDetectionJobPropertiesList(Collection<EventsDetectionJobProperties> eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEventsDetectionJobsResult |
ListEventsDetectionJobsResult.withEventsDetectionJobPropertiesList(EventsDetectionJobProperties... eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListEventsDetectionJobsResult |
ListEventsDetectionJobsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2023. All rights reserved.