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 RecurringChargeRecurringCharge. clone()RecurringChargeRecurringCharge. withCost(MonetaryAmount cost)The cost of the recurring charge.RecurringChargeRecurringCharge. withFrequency(RecurringChargeFrequency frequency)The frequency in which charges will recur.RecurringChargeRecurringCharge. 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 OfferingOffering. 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 voidOffering. setRecurringCharges(Collection<RecurringCharge> recurringCharges)Specifies whether there are recurring charges for the offering.OfferingOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)Specifies whether there are recurring charges for the offering.
-