Uses of Class
software.amazon.awssdk.services.devicefarm.model.OfferingPromotion
-
Packages that use OfferingPromotion Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of OfferingPromotion in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type OfferingPromotion Modifier and Type Method Description List<OfferingPromotion>ListOfferingPromotionsResponse. offeringPromotions()Information about the offering promotions.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type OfferingPromotion Modifier and Type Method Description ListOfferingPromotionsResponse.BuilderListOfferingPromotionsResponse.Builder. offeringPromotions(OfferingPromotion... offeringPromotions)Information about the offering promotions.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type OfferingPromotion Modifier and Type Method Description ListOfferingPromotionsResponse.BuilderListOfferingPromotionsResponse.Builder. offeringPromotions(Collection<OfferingPromotion> offeringPromotions)Information about the offering promotions.
-