| 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 |
|---|---|
ListSentimentDetectionJobsResult |
AbstractAmazonComprehend.listSentimentDetectionJobs(ListSentimentDetectionJobsRequest request) |
ListSentimentDetectionJobsResult |
AmazonComprehend.listSentimentDetectionJobs(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest)
Gets a list of sentiment detection jobs that you have submitted.
|
ListSentimentDetectionJobsResult |
AmazonComprehendClient.listSentimentDetectionJobs(ListSentimentDetectionJobsRequest request)
Gets a list of sentiment detection jobs that you have submitted.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSentimentDetectionJobsResult> |
AmazonComprehendAsyncClient.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> |
AbstractAmazonComprehendAsync.listSentimentDetectionJobsAsync(ListSentimentDetectionJobsRequest request,
AsyncHandler<ListSentimentDetectionJobsRequest,ListSentimentDetectionJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSentimentDetectionJobsResult |
ListSentimentDetectionJobsResult.clone() |
ListSentimentDetectionJobsResult |
ListSentimentDetectionJobsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
ListSentimentDetectionJobsResult |
ListSentimentDetectionJobsResult.withSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties> sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListSentimentDetectionJobsResult |
ListSentimentDetectionJobsResult.withSentimentDetectionJobPropertiesList(SentimentDetectionJobProperties... sentimentDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2022. All rights reserved.