|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecurringCharge | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of RecurringCharge in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return RecurringCharge | |
---|---|
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 | |
---|---|
List<RecurringCharge> |
ReservedInstancesOffering.getRecurringCharges()
The recurring charge tag assigned to the resource. |
List<RecurringCharge> |
ReservedInstances.getRecurringCharges()
The recurring charge tag assigned to the resource. |
Methods in com.amazonaws.services.ec2.model with parameters of type RecurringCharge | |
---|---|
ReservedInstancesOffering |
ReservedInstancesOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charge tag assigned to the resource. |
ReservedInstances |
ReservedInstances.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 | |
---|---|
void |
ReservedInstancesOffering.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource. |
void |
ReservedInstances.setRecurringCharges(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. |
ReservedInstances |
ReservedInstances.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |