Uses of Class
com.amazonaws.services.devicefarm.model.RecurringCharge
-
Packages that use RecurringCharge Package Description com.amazonaws.services.devicefarm.model -
-
Uses of RecurringCharge in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return RecurringCharge Modifier and Type Method Description RecurringCharge
RecurringCharge. clone()
RecurringCharge
RecurringCharge. withCost(MonetaryAmount cost)
The cost of the recurring charge.RecurringCharge
RecurringCharge. withFrequency(RecurringChargeFrequency frequency)
The frequency in which charges will recur.RecurringCharge
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 RecurringCharge Modifier and Type Method Description List<RecurringCharge>
Offering. getRecurringCharges()
Specifies whether there are recurring charges for the offering.Methods in com.amazonaws.services.devicefarm.model with parameters of type RecurringCharge Modifier and Type Method Description Offering
Offering. 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 RecurringCharge Modifier and Type Method Description void
Offering. setRecurringCharges(Collection<RecurringCharge> recurringCharges)
Specifies whether there are recurring charges for the offering.Offering
Offering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)
Specifies whether there are recurring charges for the offering.
-