| 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<ListThesauriResult> |
AbstractAWSkendraAsync.listThesauriAsync(ListThesauriRequest request,
AsyncHandler<ListThesauriRequest,ListThesauriResult> asyncHandler) |
Future<ListThesauriResult> |
AWSkendraAsync.listThesauriAsync(ListThesauriRequest listThesauriRequest,
AsyncHandler<ListThesauriRequest,ListThesauriResult> asyncHandler)
Lists the thesauri for an index.
|
Future<ListThesauriResult> |
AWSkendraAsyncClient.listThesauriAsync(ListThesauriRequest request,
AsyncHandler<ListThesauriRequest,ListThesauriResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListThesauriRequest |
ListThesauriRequest.clone() |
ListThesauriRequest |
ListThesauriRequest.withIndexId(String indexId)
The identifier of the index with one or more thesauri.
|
ListThesauriRequest |
ListThesauriRequest.withMaxResults(Integer maxResults)
The maximum number of thesauri to return.
|
ListThesauriRequest |
ListThesauriRequest.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 © 2024. All rights reserved.