| 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 |
|---|---|
Future<ListIndicesResult> |
AbstractAWSkendraAsync.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.
|
Future<ListIndicesResult> |
AWSkendraAsyncClient.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIndicesRequest |
ListIndicesRequest.clone() |
ListIndicesRequest |
ListIndicesRequest.withMaxResults(Integer maxResults)
The maximum number of data sources to return.
|
ListIndicesRequest |
ListIndicesRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
Copyright © 2022. All rights reserved.