Uses of Enum
com.amazonaws.services.devicefarm.model.RecurringChargeFrequency
Packages that use RecurringChargeFrequency
-
Uses of RecurringChargeFrequency in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return RecurringChargeFrequencyModifier and TypeMethodDescriptionstatic RecurringChargeFrequency
Use this in place of valueOf.static RecurringChargeFrequency
Returns the enum constant of this type with the specified name.static RecurringChargeFrequency[]
RecurringChargeFrequency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.devicefarm.model with parameters of type RecurringChargeFrequencyModifier and TypeMethodDescriptionvoid
RecurringCharge.setFrequency
(RecurringChargeFrequency frequency) The frequency in which charges will recur.RecurringCharge.withFrequency
(RecurringChargeFrequency frequency) The frequency in which charges will recur.