Uses of Class
software.amazon.awssdk.services.kendra.model.UpdateQuerySuggestionsConfigRequest
-
Packages that use UpdateQuerySuggestionsConfigRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.transform -
-
Uses of UpdateQuerySuggestionsConfigRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type UpdateQuerySuggestionsConfigRequest Modifier and Type Method Description default CompletableFuture<UpdateQuerySuggestionsConfigResponse>KendraAsyncClient. updateQuerySuggestionsConfig(UpdateQuerySuggestionsConfigRequest updateQuerySuggestionsConfigRequest)Updates the settings of query suggestions for an index.default UpdateQuerySuggestionsConfigResponseKendraClient. updateQuerySuggestionsConfig(UpdateQuerySuggestionsConfigRequest updateQuerySuggestionsConfigRequest)Updates the settings of query suggestions for an index. -
Uses of UpdateQuerySuggestionsConfigRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type UpdateQuerySuggestionsConfigRequest Modifier and Type Method Description SdkHttpFullRequestUpdateQuerySuggestionsConfigRequestMarshaller. marshall(UpdateQuerySuggestionsConfigRequest updateQuerySuggestionsConfigRequest)
-