Uses of Class
com.amazonaws.services.devicefarm.model.RecurringCharge
Packages that use RecurringCharge
-
Uses of RecurringCharge in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return RecurringChargeModifier and TypeMethodDescriptionRecurringCharge.clone()
RecurringCharge.withCost
(MonetaryAmount cost) The cost of the recurring charge.RecurringCharge.withFrequency
(RecurringChargeFrequency frequency) The frequency in which charges will recur.RecurringCharge.withFrequency
(String frequency) The frequency in which charges will recur.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type RecurringChargeModifier and TypeMethodDescriptionOffering.getRecurringCharges()
Specifies whether there are recurring charges for the offering.Methods in com.amazonaws.services.devicefarm.model with parameters of type RecurringChargeModifier and TypeMethodDescriptionOffering.withRecurringCharges
(RecurringCharge... recurringCharges) Specifies whether there are recurring charges for the offering.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type RecurringChargeModifier and TypeMethodDescriptionvoid
Offering.setRecurringCharges
(Collection<RecurringCharge> recurringCharges) Specifies whether there are recurring charges for the offering.Offering.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) Specifies whether there are recurring charges for the offering.