Uses of Class
software.amazon.awssdk.services.kendra.model.UpdateFeaturedResultsSetResponse
-
Packages that use UpdateFeaturedResultsSetResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of UpdateFeaturedResultsSetResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return UpdateFeaturedResultsSetResponse Modifier and Type Method Description default UpdateFeaturedResultsSetResponseKendraClient. updateFeaturedResultsSet(Consumer<UpdateFeaturedResultsSetRequest.Builder> updateFeaturedResultsSetRequest)Updates a set of featured results.default UpdateFeaturedResultsSetResponseKendraClient. updateFeaturedResultsSet(UpdateFeaturedResultsSetRequest updateFeaturedResultsSetRequest)Updates a set of featured results.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type UpdateFeaturedResultsSetResponse Modifier and Type Method Description default CompletableFuture<UpdateFeaturedResultsSetResponse>KendraAsyncClient. updateFeaturedResultsSet(Consumer<UpdateFeaturedResultsSetRequest.Builder> updateFeaturedResultsSetRequest)Updates a set of featured results.default CompletableFuture<UpdateFeaturedResultsSetResponse>KendraAsyncClient. updateFeaturedResultsSet(UpdateFeaturedResultsSetRequest updateFeaturedResultsSetRequest)Updates a set of featured results.
-