Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RecurringCharge> |
ReservedInstancesOffering.recurringCharges
The recurring charge tag assigned to the resource.
|
private SdkInternalList<RecurringCharge> |
ReservedInstances.recurringCharges
The recurring charge tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringCharge.clone() |
RecurringCharge |
RecurringCharge.withAmount(java.lang.Double amount)
The amount of the recurring charge.
|
RecurringCharge |
RecurringCharge.withFrequency(RecurringChargeFrequency frequency)
The frequency of the recurring charge.
|
RecurringCharge |
RecurringCharge.withFrequency(java.lang.String frequency)
The frequency of the recurring charge.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RecurringCharge> |
ReservedInstancesOffering.getRecurringCharges()
The recurring charge tag assigned to the resource.
|
java.util.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(java.util.Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
|
void |
ReservedInstances.setRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
|
ReservedInstances |
ReservedInstances.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
|
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringChargeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |