Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RecurringCharge> |
ReservedDBInstancesOffering.recurringCharges
The recurring price charged to run this reserved DB instance.
|
private SdkInternalList<RecurringCharge> |
ReservedDBInstance.recurringCharges
The recurring price charged to run this reserved DB instance.
|
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringCharge.clone() |
RecurringCharge |
RecurringCharge.withRecurringChargeAmount(java.lang.Double recurringChargeAmount)
The amount of the recurring charge.
|
RecurringCharge |
RecurringCharge.withRecurringChargeFrequency(java.lang.String recurringChargeFrequency)
The frequency of the recurring charge.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RecurringCharge> |
ReservedDBInstancesOffering.getRecurringCharges()
The recurring price charged to run this reserved DB instance.
|
java.util.List<RecurringCharge> |
ReservedDBInstance.getRecurringCharges()
The recurring price charged to run this reserved DB instance.
|
Modifier and Type | Method and Description |
---|---|
ReservedDBInstancesOffering |
ReservedDBInstancesOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved DB instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedDBInstancesOffering.setRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.
|
void |
ReservedDBInstance.setRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.
|
ReservedDBInstancesOffering |
ReservedDBInstancesOffering.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.
|
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringChargeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |