Uses of Class
software.amazon.awssdk.services.rds.model.RecurringCharge
-
Packages that use RecurringCharge Package Description software.amazon.awssdk.services.rds.model -
-
Uses of RecurringCharge in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>ReservedDBInstance. recurringCharges()The recurring price charged to run this reserved DB instance.List<RecurringCharge>ReservedDBInstancesOffering. recurringCharges()The recurring price charged to run this reserved DB instance.Methods in software.amazon.awssdk.services.rds.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedDBInstance.BuilderReservedDBInstance.Builder. recurringCharges(RecurringCharge... recurringCharges)The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering.BuilderReservedDBInstancesOffering.Builder. recurringCharges(RecurringCharge... recurringCharges)The recurring price charged to run this reserved DB instance.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type RecurringCharge Modifier and Type Method Description ReservedDBInstance.BuilderReservedDBInstance.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering.BuilderReservedDBInstancesOffering.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved DB instance.
-