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