| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.paginators | |
| software.amazon.awssdk.services.kendra.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIndicesResponse> |
KendraAsyncClient.listIndices(ListIndicesRequest listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
default ListIndicesResponse |
KendraClient.listIndices(ListIndicesRequest listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
default ListIndicesPublisher |
KendraAsyncClient.listIndicesPaginator(ListIndicesRequest listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
default ListIndicesIterable |
KendraClient.listIndicesPaginator(ListIndicesRequest listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
| Constructor and Description |
|---|
ListIndicesIterable(KendraClient client,
ListIndicesRequest firstRequest) |
ListIndicesPublisher(KendraAsyncClient client,
ListIndicesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListIndicesRequestMarshaller.marshall(ListIndicesRequest listIndicesRequest) |
Copyright © 2023. All rights reserved.