Uses of Class
software.amazon.awssdk.services.kendra.model.FeaturedDocument
-
Packages that use FeaturedDocument Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FeaturedDocument in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FeaturedDocument Modifier and Type Method Description List<FeaturedDocument>CreateFeaturedResultsSetRequest. featuredDocuments()A list of document IDs for the documents you want to feature at the top of the search results page.List<FeaturedDocument>FeaturedResultsSet. featuredDocuments()The list of document IDs for the documents you want to feature at the top of the search results page.List<FeaturedDocument>UpdateFeaturedResultsSetRequest. featuredDocuments()A list of document IDs for the documents you want to feature at the top of the search results page.Methods in software.amazon.awssdk.services.kendra.model with parameters of type FeaturedDocument Modifier and Type Method Description CreateFeaturedResultsSetRequest.BuilderCreateFeaturedResultsSetRequest.Builder. featuredDocuments(FeaturedDocument... featuredDocuments)A list of document IDs for the documents you want to feature at the top of the search results page.FeaturedResultsSet.BuilderFeaturedResultsSet.Builder. featuredDocuments(FeaturedDocument... featuredDocuments)The list of document IDs for the documents you want to feature at the top of the search results page.UpdateFeaturedResultsSetRequest.BuilderUpdateFeaturedResultsSetRequest.Builder. featuredDocuments(FeaturedDocument... featuredDocuments)A list of document IDs for the documents you want to feature at the top of the search results page.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type FeaturedDocument Modifier and Type Method Description CreateFeaturedResultsSetRequest.BuilderCreateFeaturedResultsSetRequest.Builder. featuredDocuments(Collection<FeaturedDocument> featuredDocuments)A list of document IDs for the documents you want to feature at the top of the search results page.FeaturedResultsSet.BuilderFeaturedResultsSet.Builder. featuredDocuments(Collection<FeaturedDocument> featuredDocuments)The list of document IDs for the documents you want to feature at the top of the search results page.UpdateFeaturedResultsSetRequest.BuilderUpdateFeaturedResultsSetRequest.Builder. featuredDocuments(Collection<FeaturedDocument> featuredDocuments)A list of document IDs for the documents you want to feature at the top of the search results page.
-