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

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

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

Methods in com.amazonaws.services.elasticache.model that return RecurringCharge
 RecurringCharge RecurringCharge.withRecurringChargeAmount(Double recurringChargeAmount)
          The monetary amount of the recurring charge.
 RecurringCharge RecurringCharge.withRecurringChargeFrequency(String recurringChargeFrequency)
          The frequency of the recurring charge.
 

Methods in com.amazonaws.services.elasticache.model that return types with arguments of type RecurringCharge
 List<RecurringCharge> ReservedCacheNodesOffering.getRecurringCharges()
          The recurring price charged to run this reserved cache node.
 List<RecurringCharge> ReservedCacheNode.getRecurringCharges()
          The recurring price charged to run this reserved cache node.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type RecurringCharge
 ReservedCacheNodesOffering ReservedCacheNodesOffering.withRecurringCharges(RecurringCharge... recurringCharges)
          The recurring price charged to run this reserved cache node.
 ReservedCacheNode ReservedCacheNode.withRecurringCharges(RecurringCharge... recurringCharges)
          The recurring price charged to run this reserved cache node.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type RecurringCharge
 void ReservedCacheNodesOffering.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
          The recurring price charged to run this reserved cache node.
 void ReservedCacheNode.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
          The recurring price charged to run this reserved cache node.
 ReservedCacheNodesOffering ReservedCacheNodesOffering.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
          The recurring price charged to run this reserved cache node.
 ReservedCacheNode ReservedCacheNode.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
          The recurring price charged to run this reserved cache node.
 



Copyright © 2016. All rights reserved.