Uses of Class
software.amazon.awssdk.services.kendra.paginators.ListQuerySuggestionsBlockListsIterable
-
Packages that use ListQuerySuggestionsBlockListsIterable Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of ListQuerySuggestionsBlockListsIterable in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListQuerySuggestionsBlockListsIterable Modifier and Type Method Description default ListQuerySuggestionsBlockListsIterableKendraClient. listQuerySuggestionsBlockListsPaginator(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index.default ListQuerySuggestionsBlockListsIterableKendraClient. listQuerySuggestionsBlockListsPaginator(ListQuerySuggestionsBlockListsRequest listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index.
-