Uses of Class
software.amazon.awssdk.services.kendra.model.UpdateQuerySuggestionsBlockListResponse
-
Packages that use UpdateQuerySuggestionsBlockListResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of UpdateQuerySuggestionsBlockListResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return UpdateQuerySuggestionsBlockListResponse Modifier and Type Method Description default UpdateQuerySuggestionsBlockListResponseKendraClient. updateQuerySuggestionsBlockList(Consumer<UpdateQuerySuggestionsBlockListRequest.Builder> updateQuerySuggestionsBlockListRequest)Updates a block list used for query suggestions for an index.default UpdateQuerySuggestionsBlockListResponseKendraClient. updateQuerySuggestionsBlockList(UpdateQuerySuggestionsBlockListRequest updateQuerySuggestionsBlockListRequest)Updates a block list used for query suggestions for an index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type UpdateQuerySuggestionsBlockListResponse Modifier and Type Method Description default CompletableFuture<UpdateQuerySuggestionsBlockListResponse>KendraAsyncClient. updateQuerySuggestionsBlockList(Consumer<UpdateQuerySuggestionsBlockListRequest.Builder> updateQuerySuggestionsBlockListRequest)Updates a block list used for query suggestions for an index.default CompletableFuture<UpdateQuerySuggestionsBlockListResponse>KendraAsyncClient. updateQuerySuggestionsBlockList(UpdateQuerySuggestionsBlockListRequest updateQuerySuggestionsBlockListRequest)Updates a block list used for query suggestions for an index.
-