Uses of Class
software.amazon.awssdk.services.personalizeruntime.model.Promotion
-
Packages that use Promotion Package Description software.amazon.awssdk.services.personalizeruntime.model -
-
Uses of Promotion in software.amazon.awssdk.services.personalizeruntime.model
Methods in software.amazon.awssdk.services.personalizeruntime.model that return types with arguments of type Promotion Modifier and Type Method Description List<Promotion>GetRecommendationsRequest. promotions()The promotions to apply to the recommendation request.Methods in software.amazon.awssdk.services.personalizeruntime.model with parameters of type Promotion Modifier and Type Method Description GetRecommendationsRequest.BuilderGetRecommendationsRequest.Builder. promotions(Promotion... promotions)The promotions to apply to the recommendation request.Method parameters in software.amazon.awssdk.services.personalizeruntime.model with type arguments of type Promotion Modifier and Type Method Description GetRecommendationsRequest.BuilderGetRecommendationsRequest.Builder. promotions(Collection<Promotion> promotions)The promotions to apply to the recommendation request.
-