| 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 ListDatasetsResponse |
ComprehendClient.listDatasets(ListDatasetsRequest 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.
|
default ListDatasetsIterable |
ComprehendClient.listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)
List the datasets that you have configured in this Region.
|
default ListDatasetsPublisher |
ComprehendAsyncClient.listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)
List the datasets that you have configured in this Region.
|
| Constructor and Description |
|---|
ListDatasetsIterable(ComprehendClient client,
ListDatasetsRequest firstRequest) |
ListDatasetsPublisher(ComprehendAsyncClient client,
ListDatasetsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDatasetsRequestMarshaller.marshall(ListDatasetsRequest listDatasetsRequest) |
Copyright © 2023. All rights reserved.