Uses of Class
software.amazon.awssdk.services.rds.model.RecurringCharge
Packages that use RecurringCharge
-
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 RecurringChargeModifier and TypeMethodDescriptionfinal List<RecurringCharge>ReservedDBInstance.recurringCharges()The recurring price charged to run this reserved DB instance.final 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 RecurringChargeModifier and TypeMethodDescriptionReservedDBInstance.Builder.recurringCharges(RecurringCharge... recurringCharges) The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering.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 RecurringChargeModifier and TypeMethodDescriptionReservedDBInstance.Builder.recurringCharges(Collection<RecurringCharge> recurringCharges) The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering.Builder.recurringCharges(Collection<RecurringCharge> recurringCharges) The recurring price charged to run this reserved DB instance.