| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
FeaturedDocument |
FeaturedDocument.clone() |
FeaturedDocument |
FeaturedDocument.withId(String id)
The identifier of the document to feature in the search results.
|
| Modifier and Type | Method and Description |
|---|---|
List<FeaturedDocument> |
CreateFeaturedResultsSetRequest.getFeaturedDocuments()
A list of document IDs for the documents you want to feature at the top of the search results page.
|
List<FeaturedDocument> |
FeaturedResultsSet.getFeaturedDocuments()
The list of document IDs for the documents you want to feature at the top of the search results page.
|
List<FeaturedDocument> |
UpdateFeaturedResultsSetRequest.getFeaturedDocuments()
A 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 |
|---|---|
CreateFeaturedResultsSetRequest |
CreateFeaturedResultsSetRequest.withFeaturedDocuments(FeaturedDocument... featuredDocuments)
A list of document IDs for the documents you want to feature at the top of the search results page.
|
FeaturedResultsSet |
FeaturedResultsSet.withFeaturedDocuments(FeaturedDocument... featuredDocuments)
The list of document IDs for the documents you want to feature at the top of the search results page.
|
UpdateFeaturedResultsSetRequest |
UpdateFeaturedResultsSetRequest.withFeaturedDocuments(FeaturedDocument... featuredDocuments)
A 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 |
|---|---|
void |
CreateFeaturedResultsSetRequest.setFeaturedDocuments(Collection<FeaturedDocument> featuredDocuments)
A list of document IDs for the documents you want to feature at the top of the search results page.
|
void |
FeaturedResultsSet.setFeaturedDocuments(Collection<FeaturedDocument> featuredDocuments)
The list of document IDs for the documents you want to feature at the top of the search results page.
|
void |
UpdateFeaturedResultsSetRequest.setFeaturedDocuments(Collection<FeaturedDocument> featuredDocuments)
A list of document IDs for the documents you want to feature at the top of the search results page.
|
CreateFeaturedResultsSetRequest |
CreateFeaturedResultsSetRequest.withFeaturedDocuments(Collection<FeaturedDocument> featuredDocuments)
A list of document IDs for the documents you want to feature at the top of the search results page.
|
FeaturedResultsSet |
FeaturedResultsSet.withFeaturedDocuments(Collection<FeaturedDocument> featuredDocuments)
The list of document IDs for the documents you want to feature at the top of the search results page.
|
UpdateFeaturedResultsSetRequest |
UpdateFeaturedResultsSetRequest.withFeaturedDocuments(Collection<FeaturedDocument> featuredDocuments)
A list of document IDs for the documents you want to feature at the top of the search results page.
|
Copyright © 2024. All rights reserved.