Uses of Class
com.amazonaws.services.ec2.model.RecurringCharge
Packages that use RecurringCharge
-
Uses of RecurringCharge in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return RecurringChargeModifier and TypeMethodDescriptionRecurringCharge.clone()
RecurringCharge.withAmount
(Double amount) The amount of the recurring charge.RecurringCharge.withFrequency
(RecurringChargeFrequency frequency) The frequency of the recurring charge.RecurringCharge.withFrequency
(String frequency) The frequency of the recurring charge.Methods in com.amazonaws.services.ec2.model that return types with arguments of type RecurringChargeModifier and TypeMethodDescriptionReservedInstances.getRecurringCharges()
The recurring charge tag assigned to the resource.ReservedInstancesOffering.getRecurringCharges()
The recurring charge tag assigned to the resource.Methods in com.amazonaws.services.ec2.model with parameters of type RecurringChargeModifier and TypeMethodDescriptionReservedInstances.withRecurringCharges
(RecurringCharge... recurringCharges) The recurring charge tag assigned to the resource.ReservedInstancesOffering.withRecurringCharges
(RecurringCharge... recurringCharges) The recurring charge tag assigned to the resource.Method parameters in com.amazonaws.services.ec2.model with type arguments of type RecurringChargeModifier and TypeMethodDescriptionvoid
ReservedInstances.setRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring charge tag assigned to the resource.void
ReservedInstancesOffering.setRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring charge tag assigned to the resource.ReservedInstances.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring charge tag assigned to the resource.ReservedInstancesOffering.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring charge tag assigned to the resource.