| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateThesaurusResponse |
KendraClient.updateThesaurus(Consumer<UpdateThesaurusRequest.Builder> updateThesaurusRequest)
Updates a thesaurus file associated with an index.
|
default UpdateThesaurusResponse |
KendraClient.updateThesaurus(UpdateThesaurusRequest updateThesaurusRequest)
Updates a thesaurus file associated with an index.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateThesaurusResponse> |
KendraAsyncClient.updateThesaurus(Consumer<UpdateThesaurusRequest.Builder> updateThesaurusRequest)
Updates a thesaurus file associated with an index.
|
default CompletableFuture<UpdateThesaurusResponse> |
KendraAsyncClient.updateThesaurus(UpdateThesaurusRequest updateThesaurusRequest)
Updates a thesaurus file associated with an index.
|
Copyright © 2021. All rights reserved.