| 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 |
|---|---|
ListEndpointsResult |
AmazonComprehend.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Gets a list of all existing endpoints that you've created.
|
ListEndpointsResult |
AmazonComprehendClient.listEndpoints(ListEndpointsRequest request)
Gets a list of all existing endpoints that you've created.
|
ListEndpointsResult |
AbstractAmazonComprehend.listEndpoints(ListEndpointsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEndpointsResult> |
AbstractAmazonComprehendAsync.listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler) |
Future<ListEndpointsResult> |
AmazonComprehendAsyncClient.listEndpointsAsync(ListEndpointsRequest request,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler) |
Future<ListEndpointsResult> |
AmazonComprehendAsync.listEndpointsAsync(ListEndpointsRequest listEndpointsRequest,
AsyncHandler<ListEndpointsRequest,ListEndpointsResult> asyncHandler)
Gets a list of all existing endpoints that you've created.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResult |
ListEndpointsResult.clone() |
ListEndpointsResult |
ListEndpointsResult.withEndpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
ListEndpointsResult |
ListEndpointsResult.withEndpointPropertiesList(EndpointProperties... endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
ListEndpointsResult |
ListEndpointsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2021. All rights reserved.