| Package | Description |
|---|---|
| com.amazonaws.services.personalizeruntime.model |
| Modifier and Type | Method and Description |
|---|---|
Promotion |
Promotion.addFilterValuesEntry(String key,
String value)
Add a single FilterValues entry
|
Promotion |
Promotion.clearFilterValuesEntries()
Removes all the entries added into FilterValues.
|
Promotion |
Promotion.clone() |
Promotion |
Promotion.withFilterArn(String filterArn)
The Amazon Resource Name (ARN) of the filter used by the promotion.
|
Promotion |
Promotion.withFilterValues(Map<String,String> filterValues)
The values to use when promoting items.
|
Promotion |
Promotion.withName(String name)
The name of the promotion.
|
Promotion |
Promotion.withPercentPromotedItems(Integer percentPromotedItems)
The percentage of recommended items to apply the promotion to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Promotion> |
GetRecommendationsRequest.getPromotions()
The promotions to apply to the recommendation request.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsRequest |
GetRecommendationsRequest.withPromotions(Promotion... promotions)
The promotions to apply to the recommendation request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecommendationsRequest.setPromotions(Collection<Promotion> promotions)
The promotions to apply to the recommendation request.
|
GetRecommendationsRequest |
GetRecommendationsRequest.withPromotions(Collection<Promotion> promotions)
The promotions to apply to the recommendation request.
|
Copyright © 2024. All rights reserved.