| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ListIndicesResult |
AbstractAWSkendra.listIndices(ListIndicesRequest request) |
ListIndicesResult |
AWSkendra.listIndices(ListIndicesRequest listIndicesRequest)
Lists the Amazon Kendra indexes that you created.
|
ListIndicesResult |
AWSkendraClient.listIndices(ListIndicesRequest request)
Lists the Amazon Kendra indexes that you created.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIndicesResult> |
AbstractAWSkendraAsync.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
Future<ListIndicesResult> |
AWSkendraAsyncClient.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
Future<ListIndicesResult> |
AWSkendraAsync.listIndicesAsync(ListIndicesRequest listIndicesRequest,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler)
Lists the Amazon Kendra indexes that you created.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndicesResult |
ListIndicesResult.clone() |
ListIndicesResult |
ListIndicesResult.withIndexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
ListIndicesResult |
ListIndicesResult.withIndexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
ListIndicesResult |
ListIndicesResult.withNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of indexes.
|
Copyright © 2024. All rights reserved.