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