Uses of Class
software.amazon.awssdk.services.kendra.model.UpdateThesaurusResponse
-
Packages that use UpdateThesaurusResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of UpdateThesaurusResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return UpdateThesaurusResponse Modifier and Type Method Description default UpdateThesaurusResponseKendraClient. updateThesaurus(Consumer<UpdateThesaurusRequest.Builder> updateThesaurusRequest)Updates a thesaurus for an index.default UpdateThesaurusResponseKendraClient. updateThesaurus(UpdateThesaurusRequest updateThesaurusRequest)Updates a thesaurus for an index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type UpdateThesaurusResponse Modifier and Type Method Description default CompletableFuture<UpdateThesaurusResponse>KendraAsyncClient. updateThesaurus(Consumer<UpdateThesaurusRequest.Builder> updateThesaurusRequest)Updates a thesaurus for an index.default CompletableFuture<UpdateThesaurusResponse>KendraAsyncClient. updateThesaurus(UpdateThesaurusRequest updateThesaurusRequest)Updates a thesaurus for an index.
-