Uses of Class
com.amazonaws.services.rds.model.RecurringCharge
Packages that use RecurringCharge
-
Uses of RecurringCharge in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return RecurringChargeModifier and TypeMethodDescriptionRecurringCharge.clone()RecurringCharge.withRecurringChargeAmount(Double recurringChargeAmount) The amount of the recurring charge.RecurringCharge.withRecurringChargeFrequency(String recurringChargeFrequency) The frequency of the recurring charge.Methods in com.amazonaws.services.rds.model that return types with arguments of type RecurringChargeModifier and TypeMethodDescriptionReservedDBInstance.getRecurringCharges()The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering.getRecurringCharges()The recurring price charged to run this reserved DB instance.Methods in com.amazonaws.services.rds.model with parameters of type RecurringChargeModifier and TypeMethodDescriptionReservedDBInstance.withRecurringCharges(RecurringCharge... recurringCharges) The recurring price charged to run this reserved DB instance.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 RecurringChargeModifier and TypeMethodDescriptionvoidReservedDBInstance.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.ReservedDBInstance.withRecurringCharges(Collection<RecurringCharge> recurringCharges) The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering.withRecurringCharges(Collection<RecurringCharge> recurringCharges) The recurring price charged to run this reserved DB instance.