Uses of Class
com.amazonaws.services.ec2.model.RecurringCharge
-
Packages that use RecurringCharge Package Description com.amazonaws.services.ec2.model -
-
Uses of RecurringCharge in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return RecurringCharge Modifier and Type Method Description RecurringCharge
RecurringCharge. clone()
RecurringCharge
RecurringCharge. withAmount(Double amount)
The amount of the recurring charge.RecurringCharge
RecurringCharge. withFrequency(RecurringChargeFrequency frequency)
The frequency of the recurring charge.RecurringCharge
RecurringCharge. withFrequency(String frequency)
The frequency of the recurring charge.Methods in com.amazonaws.services.ec2.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>
ReservedInstances. getRecurringCharges()
The recurring charge tag assigned to the resource.List<RecurringCharge>
ReservedInstancesOffering. getRecurringCharges()
The recurring charge tag assigned to the resource.Methods in com.amazonaws.services.ec2.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedInstances
ReservedInstances. withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charge tag assigned to the resource.ReservedInstancesOffering
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 RecurringCharge Modifier and Type Method Description void
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
ReservedInstances. withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.ReservedInstancesOffering
ReservedInstancesOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
-