Uses of Class
com.amazonaws.services.rds.model.RecurringCharge

Packages that use RecurringCharge
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of RecurringCharge in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return RecurringCharge
 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
 List<RecurringCharge> ReservedDBInstancesOffering.getRecurringCharges()
          The recurring price charged to run this reserved DB instance.
 List<RecurringCharge> ReservedDBInstance.getRecurringCharges()
          The recurring price charged to run this reserved DB instance.
 

Methods in com.amazonaws.services.rds.model with parameters of type RecurringCharge
 ReservedDBInstancesOffering ReservedDBInstancesOffering.withRecurringCharges(RecurringCharge... recurringCharges)
          The recurring price charged to run this reserved DB instance.
 ReservedDBInstance ReservedDBInstance.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
 void ReservedDBInstancesOffering.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
          The recurring price charged to run this reserved DB instance.
 void ReservedDBInstance.setRecurringCharges(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.
 ReservedDBInstance ReservedDBInstance.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
          The recurring price charged to run this reserved DB instance.
 



Copyright © 2016. All rights reserved.