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