Uses of Class
com.amazonaws.services.rds.model.RecurringCharge
-
Packages that use RecurringCharge Package Description com.amazonaws.services.rds.model -
-
Uses of RecurringCharge in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return RecurringCharge Modifier and Type Method Description RecurringCharge
RecurringCharge. clone()
RecurringCharge
RecurringCharge. withRecurringChargeAmount(Double recurringChargeAmount)
The amount of the recurring charge.RecurringCharge
RecurringCharge. withRecurringChargeFrequency(String recurringChargeFrequency)
The frequency of the recurring charge.Methods in com.amazonaws.services.rds.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>
ReservedDBInstance. getRecurringCharges()
The recurring price charged to run this reserved DB instance.List<RecurringCharge>
ReservedDBInstancesOffering. getRecurringCharges()
The recurring price charged to run this reserved DB instance.Methods in com.amazonaws.services.rds.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedDBInstance
ReservedDBInstance. withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering
ReservedDBInstancesOffering. withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved DB instance.Method parameters in com.amazonaws.services.rds.model with type arguments of type RecurringCharge Modifier and Type Method Description void
ReservedDBInstance. setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.void
ReservedDBInstancesOffering. setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.ReservedDBInstance
ReservedDBInstance. withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering
ReservedDBInstancesOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.
-