| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDataSourcesResponse |
KendraClient.listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)
Lists the data source connectors that you have created.
|
default ListDataSourcesResponse |
KendraClient.listDataSources(ListDataSourcesRequest listDataSourcesRequest)
Lists the data source connectors that you have created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDataSourcesResponse> |
KendraAsyncClient.listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)
Lists the data source connectors that you have created.
|
default CompletableFuture<ListDataSourcesResponse> |
KendraAsyncClient.listDataSources(ListDataSourcesRequest listDataSourcesRequest)
Lists the data source connectors that you have created.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDataSourcesResponse> |
ListDataSourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDataSourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.