Uses of Class
com.amazonaws.services.elasticache.model.RecurringCharge
-
Packages that use RecurringCharge Package Description com.amazonaws.services.elasticache.model -
-
Uses of RecurringCharge in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return RecurringCharge Modifier and Type Method Description RecurringCharge
RecurringCharge. clone()
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 Modifier and Type Method Description List<RecurringCharge>
ReservedCacheNode. getRecurringCharges()
The recurring price charged to run this reserved cache node.List<RecurringCharge>
ReservedCacheNodesOffering. getRecurringCharges()
The recurring price charged to run this reserved cache node.Methods in com.amazonaws.services.elasticache.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedCacheNode
ReservedCacheNode. withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved cache node.ReservedCacheNodesOffering
ReservedCacheNodesOffering. 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 Modifier and Type Method Description void
ReservedCacheNode. setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved cache node.void
ReservedCacheNodesOffering. setRecurringCharges(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.ReservedCacheNodesOffering
ReservedCacheNodesOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved cache node.
-