Uses of Class
software.amazon.awssdk.services.kendra.model.QuerySuggestionsBlockListSummary
-
Packages that use QuerySuggestionsBlockListSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of QuerySuggestionsBlockListSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type QuerySuggestionsBlockListSummary Modifier and Type Method Description List<QuerySuggestionsBlockListSummary>ListQuerySuggestionsBlockListsResponse. blockListSummaryItems()Summary items for a block list.Methods in software.amazon.awssdk.services.kendra.model with parameters of type QuerySuggestionsBlockListSummary Modifier and Type Method Description ListQuerySuggestionsBlockListsResponse.BuilderListQuerySuggestionsBlockListsResponse.Builder. blockListSummaryItems(QuerySuggestionsBlockListSummary... blockListSummaryItems)Summary items for a block list.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type QuerySuggestionsBlockListSummary Modifier and Type Method Description ListQuerySuggestionsBlockListsResponse.BuilderListQuerySuggestionsBlockListsResponse.Builder. blockListSummaryItems(Collection<QuerySuggestionsBlockListSummary> blockListSummaryItems)Summary items for a block list.
-