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