| 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 ListIndicesResponse |
KendraClient.listIndices(Consumer<ListIndicesRequest.Builder> listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
default ListIndicesResponse |
KendraClient.listIndices(ListIndicesRequest listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIndicesResponse> |
KendraAsyncClient.listIndices(Consumer<ListIndicesRequest.Builder> listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
default CompletableFuture<ListIndicesResponse> |
KendraAsyncClient.listIndices(ListIndicesRequest listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIndicesResponse> |
ListIndicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndicesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIndicesResponse> subscriber) |
Copyright © 2023. All rights reserved.