| 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<ListFlywheelsResult> |
AbstractAmazonComprehendAsync.listFlywheelsAsync(ListFlywheelsRequest request,
AsyncHandler<ListFlywheelsRequest,ListFlywheelsResult> asyncHandler) |
Future<ListFlywheelsResult> |
AmazonComprehendAsync.listFlywheelsAsync(ListFlywheelsRequest listFlywheelsRequest,
AsyncHandler<ListFlywheelsRequest,ListFlywheelsResult> asyncHandler)
Gets a list of the flywheels that you have created.
|
Future<ListFlywheelsResult> |
AmazonComprehendAsyncClient.listFlywheelsAsync(ListFlywheelsRequest request,
AsyncHandler<ListFlywheelsRequest,ListFlywheelsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFlywheelsRequest |
ListFlywheelsRequest.clone() |
ListFlywheelsRequest |
ListFlywheelsRequest.withFilter(FlywheelFilter filter)
Filters the flywheels that are returned.
|
ListFlywheelsRequest |
ListFlywheelsRequest.withMaxResults(Integer maxResults)
Maximum number of results to return in a response.
|
ListFlywheelsRequest |
ListFlywheelsRequest.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2024. All rights reserved.