| 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 ListDatasetsResponse |
ComprehendClient.listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
List the datasets that you have configured in this Region.
|
default ListDatasetsResponse |
ComprehendClient.listDatasets(ListDatasetsRequest listDatasetsRequest)
List the datasets that you have configured in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDatasetsResponse> |
ComprehendAsyncClient.listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
List the datasets that you have configured in this Region.
|
default CompletableFuture<ListDatasetsResponse> |
ComprehendAsyncClient.listDatasets(ListDatasetsRequest listDatasetsRequest)
List the datasets that you have configured in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDatasetsResponse> |
ListDatasetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDatasetsResponse> subscriber) |
Copyright © 2023. All rights reserved.