Uses of Enum
software.amazon.awssdk.services.ec2.model.RecurringChargeFrequency
Packages that use RecurringChargeFrequency
-
Uses of RecurringChargeFrequency in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RecurringChargeFrequencyModifier and TypeMethodDescriptionfinal RecurringChargeFrequencyRecurringCharge.frequency()The frequency of the recurring charge.static RecurringChargeFrequencyUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type RecurringChargeFrequencyModifier and TypeMethodDescriptionstatic Set<RecurringChargeFrequency>RecurringChargeFrequency.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type RecurringChargeFrequencyModifier and TypeMethodDescriptionRecurringCharge.Builder.frequency(RecurringChargeFrequency frequency) The frequency of the recurring charge.