Uses of Class
software.amazon.awssdk.services.kendra.model.ListQuerySuggestionsBlockListsResponse
-
Packages that use ListQuerySuggestionsBlockListsResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators -
-
Uses of ListQuerySuggestionsBlockListsResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListQuerySuggestionsBlockListsResponse Modifier and Type Method Description default ListQuerySuggestionsBlockListsResponseKendraClient. listQuerySuggestionsBlockLists(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index.default ListQuerySuggestionsBlockListsResponseKendraClient. listQuerySuggestionsBlockLists(ListQuerySuggestionsBlockListsRequest listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListQuerySuggestionsBlockListsResponse Modifier and Type Method Description default CompletableFuture<ListQuerySuggestionsBlockListsResponse>KendraAsyncClient. listQuerySuggestionsBlockLists(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index.default CompletableFuture<ListQuerySuggestionsBlockListsResponse>KendraAsyncClient. listQuerySuggestionsBlockLists(ListQuerySuggestionsBlockListsRequest listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index. -
Uses of ListQuerySuggestionsBlockListsResponse in software.amazon.awssdk.services.kendra.paginators
Methods in software.amazon.awssdk.services.kendra.paginators that return types with arguments of type ListQuerySuggestionsBlockListsResponse Modifier and Type Method Description Iterator<ListQuerySuggestionsBlockListsResponse>ListQuerySuggestionsBlockListsIterable. iterator()Method parameters in software.amazon.awssdk.services.kendra.paginators with type arguments of type ListQuerySuggestionsBlockListsResponse Modifier and Type Method Description voidListQuerySuggestionsBlockListsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListQuerySuggestionsBlockListsResponse> subscriber)
-