Uses of Enum
com.amazonaws.services.ec2.model.RecurringChargeFrequency
Packages that use RecurringChargeFrequency
-
Uses of RecurringChargeFrequency in com.amazonaws.services.ec2.model
Subclasses with type arguments of type RecurringChargeFrequency in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return RecurringChargeFrequencyModifier and TypeMethodDescriptionstatic RecurringChargeFrequencyUse this in place of valueOf.static RecurringChargeFrequencyReturns 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.ec2.model with parameters of type RecurringChargeFrequencyModifier and TypeMethodDescriptionvoidRecurringCharge.setFrequency(RecurringChargeFrequency frequency) The frequency of the recurring charge.RecurringCharge.withFrequency(RecurringChargeFrequency frequency) The frequency of the recurring charge.