| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListEndpointsResponse |
ComprehendClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Gets a list of all existing endpoints that you've created.
|
default ListEndpointsResponse |
ComprehendClient.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Gets a list of all existing endpoints that you've created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEndpointsResponse> |
ComprehendAsyncClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEndpointsResponse> |
ListEndpointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEndpointsResponse> subscriber) |
Copyright © 2023. All rights reserved.