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 RecurringChargeRecurringCharge. clone()RecurringChargeRecurringCharge. withAmount(Double amount)The amount of the recurring charge.RecurringChargeRecurringCharge. withFrequency(RecurringChargeFrequency frequency)The frequency of the recurring charge.RecurringChargeRecurringCharge. 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 ReservedInstancesReservedInstances. withRecurringCharges(RecurringCharge... recurringCharges)The recurring charge tag assigned to the resource.ReservedInstancesOfferingReservedInstancesOffering. 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 voidReservedInstances. setRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring charge tag assigned to the resource.voidReservedInstancesOffering. setRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring charge tag assigned to the resource.ReservedInstancesReservedInstances. withRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring charge tag assigned to the resource.ReservedInstancesOfferingReservedInstancesOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring charge tag assigned to the resource.
-