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 RecurringChargeRecurringCharge. clone()RecurringChargeRecurringCharge. withRecurringChargeAmount(Double recurringChargeAmount)The amount of the recurring charge.RecurringChargeRecurringCharge. 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 ReservedDBInstanceReservedDBInstance. withRecurringCharges(RecurringCharge... recurringCharges)The recurring price charged to run this reserved DB instance.ReservedDBInstancesOfferingReservedDBInstancesOffering. 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 voidReservedDBInstance. setRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved DB instance.voidReservedDBInstancesOffering. setRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved DB instance.ReservedDBInstanceReservedDBInstance. withRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved DB instance.ReservedDBInstancesOfferingReservedDBInstancesOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved DB instance.
-