| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<FeaturedDocument> |
UpdateFeaturedResultsSetRequest.featuredDocuments()
A list of document IDs for the documents you want to feature at the top of the search results page.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFeaturedResultsSetRequest.Builder |
UpdateFeaturedResultsSetRequest.Builder.featuredDocuments(FeaturedDocument... featuredDocuments)
A list of document IDs for the documents you want to feature at the top of the search results page.
|
CreateFeaturedResultsSetRequest.Builder |
CreateFeaturedResultsSetRequest.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.Builder |
FeaturedResultsSet.Builder.featuredDocuments(FeaturedDocument... featuredDocuments)
The list of document IDs for the documents you want to feature at the top of the search results page.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFeaturedResultsSetRequest.Builder |
UpdateFeaturedResultsSetRequest.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.
|
CreateFeaturedResultsSetRequest.Builder |
CreateFeaturedResultsSetRequest.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.Builder |
FeaturedResultsSet.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.
|
Copyright © 2023. All rights reserved.