| 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 ListThesauriResponse |
KendraClient.listThesauri(ListThesauriRequest listThesauriRequest)
Lists the thesauri for an index.
|
default CompletableFuture<ListThesauriResponse> |
KendraAsyncClient.listThesauri(ListThesauriRequest listThesauriRequest)
Lists the thesauri for an index.
|
default ListThesauriIterable |
KendraClient.listThesauriPaginator(ListThesauriRequest listThesauriRequest)
Lists the thesauri for an index.
|
default ListThesauriPublisher |
KendraAsyncClient.listThesauriPaginator(ListThesauriRequest listThesauriRequest)
Lists the thesauri for an index.
|
| Constructor and Description |
|---|
ListThesauriIterable(KendraClient client,
ListThesauriRequest firstRequest) |
ListThesauriPublisher(KendraAsyncClient client,
ListThesauriRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListThesauriRequestMarshaller.marshall(ListThesauriRequest listThesauriRequest) |
Copyright © 2023. All rights reserved.