| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListThesauriResponse |
KendraClient.listThesauri(Consumer<ListThesauriRequest.Builder> listThesauriRequest)
Lists the thesauri for an index.
|
default ListThesauriResponse |
KendraClient.listThesauri(ListThesauriRequest listThesauriRequest)
Lists the thesauri for an index.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListThesauriResponse> |
KendraAsyncClient.listThesauri(Consumer<ListThesauriRequest.Builder> listThesauriRequest)
Lists the thesauri for an index.
|
default CompletableFuture<ListThesauriResponse> |
KendraAsyncClient.listThesauri(ListThesauriRequest listThesauriRequest)
Lists the thesauri for an index.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListThesauriResponse> |
ListThesauriIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListThesauriPublisher.subscribe(org.reactivestreams.Subscriber<? super ListThesauriResponse> subscriber) |
Copyright © 2023. All rights reserved.