| 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 |
|---|---|
ListFlywheelsResult |
AmazonComprehendClient.listFlywheels(ListFlywheelsRequest request)
Gets a list of the flywheels that you have created.
|
ListFlywheelsResult |
AbstractAmazonComprehend.listFlywheels(ListFlywheelsRequest request) |
ListFlywheelsResult |
AmazonComprehend.listFlywheels(ListFlywheelsRequest listFlywheelsRequest)
Gets a list of the flywheels that you have created.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFlywheelsResult> |
AmazonComprehendAsyncClient.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> |
AbstractAmazonComprehendAsync.listFlywheelsAsync(ListFlywheelsRequest request,
AsyncHandler<ListFlywheelsRequest,ListFlywheelsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFlywheelsResult |
ListFlywheelsResult.clone() |
ListFlywheelsResult |
ListFlywheelsResult.withFlywheelSummaryList(Collection<FlywheelSummary> flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
|
ListFlywheelsResult |
ListFlywheelsResult.withFlywheelSummaryList(FlywheelSummary... flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
|
ListFlywheelsResult |
ListFlywheelsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2024. All rights reserved.