Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<RecurringCharge> |
ReservedInstancesOffering.getRecurringCharges()
The recurring charge tag assigned to the resource.
|
List<RecurringCharge> |
ReservedInstances.getRecurringCharges()
The recurring charge tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.