Uses of Class
software.amazon.awssdk.services.kendra.model.QueryResultItem
-
Packages that use QueryResultItem Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of QueryResultItem in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type QueryResultItem Modifier and Type Method Description List<QueryResultItem>QueryResponse. resultItems()The results of the search.Methods in software.amazon.awssdk.services.kendra.model with parameters of type QueryResultItem Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. resultItems(QueryResultItem... resultItems)The results of the search.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type QueryResultItem Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. resultItems(Collection<QueryResultItem> resultItems)The results of the search.
-