Uses of Class
com.amazonaws.services.elasticache.model.RecurringCharge
Packages that use RecurringCharge
-
Uses of RecurringCharge in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return RecurringChargeModifier and TypeMethodDescriptionRecurringCharge.clone()
RecurringCharge.withRecurringChargeAmount
(Double recurringChargeAmount) The monetary amount of the recurring charge.RecurringCharge.withRecurringChargeFrequency
(String recurringChargeFrequency) The frequency of the recurring charge.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type RecurringChargeModifier and TypeMethodDescriptionReservedCacheNode.getRecurringCharges()
The recurring price charged to run this reserved cache node.ReservedCacheNodesOffering.getRecurringCharges()
The recurring price charged to run this reserved cache node.Methods in com.amazonaws.services.elasticache.model with parameters of type RecurringChargeModifier and TypeMethodDescriptionReservedCacheNode.withRecurringCharges
(RecurringCharge... recurringCharges) The recurring price charged to run this reserved cache node.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 RecurringChargeModifier and TypeMethodDescriptionvoid
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.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring price charged to run this reserved cache node.ReservedCacheNodesOffering.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring price charged to run this reserved cache node.