| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.paginators | |
| software.amazon.awssdk.services.comprehend.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListEndpointsResponse |
ComprehendClient.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Gets a list of all existing endpoints that you've created.
|
default CompletableFuture<ListEndpointsResponse> |
ComprehendAsyncClient.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Gets a list of all existing endpoints that you've created.
|
default ListEndpointsIterable |
ComprehendClient.listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)
Gets a list of all existing endpoints that you've created.
|
default ListEndpointsPublisher |
ComprehendAsyncClient.listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)
Gets a list of all existing endpoints that you've created.
|
| Constructor and Description |
|---|
ListEndpointsIterable(ComprehendClient client,
ListEndpointsRequest firstRequest) |
ListEndpointsPublisher(ComprehendAsyncClient client,
ListEndpointsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEndpointsRequestMarshaller.marshall(ListEndpointsRequest listEndpointsRequest) |
Copyright © 2023. All rights reserved.