| 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<ListEntitiesDetectionJobsResult> |
AbstractAmazonComprehendAsync.listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest request,
AsyncHandler<ListEntitiesDetectionJobsRequest,ListEntitiesDetectionJobsResult> asyncHandler) |
Future<ListEntitiesDetectionJobsResult> |
AmazonComprehendAsyncClient.listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest request,
AsyncHandler<ListEntitiesDetectionJobsRequest,ListEntitiesDetectionJobsResult> asyncHandler) |
Future<ListEntitiesDetectionJobsResult> |
AmazonComprehendAsync.listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest,
AsyncHandler<ListEntitiesDetectionJobsRequest,ListEntitiesDetectionJobsResult> asyncHandler)
Gets a list of the entity detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesDetectionJobsRequest |
ListEntitiesDetectionJobsRequest.clone() |
ListEntitiesDetectionJobsRequest |
ListEntitiesDetectionJobsRequest.withFilter(EntitiesDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListEntitiesDetectionJobsRequest |
ListEntitiesDetectionJobsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListEntitiesDetectionJobsRequest |
ListEntitiesDetectionJobsRequest.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2021. All rights reserved.