Uses of Class
software.amazon.awssdk.services.kendra.model.FeaturedResultsSet
-
Packages that use FeaturedResultsSet Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FeaturedResultsSet in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return FeaturedResultsSet Modifier and Type Method Description FeaturedResultsSetCreateFeaturedResultsSetResponse. featuredResultsSet()Information on the set of featured results.FeaturedResultsSetUpdateFeaturedResultsSetResponse. featuredResultsSet()Information on the set of featured results.Methods in software.amazon.awssdk.services.kendra.model with parameters of type FeaturedResultsSet Modifier and Type Method Description CreateFeaturedResultsSetResponse.BuilderCreateFeaturedResultsSetResponse.Builder. featuredResultsSet(FeaturedResultsSet featuredResultsSet)Information on the set of featured results.UpdateFeaturedResultsSetResponse.BuilderUpdateFeaturedResultsSetResponse.Builder. featuredResultsSet(FeaturedResultsSet featuredResultsSet)Information on the set of featured results.
-