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 RecurringChargeRecurringCharge. clone()RecurringChargeRecurringCharge. withRecurringChargeAmount(Double recurringChargeAmount)The monetary amount of the recurring charge.RecurringChargeRecurringCharge. 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 ReservedCacheNodeReservedCacheNode. withRecurringCharges(RecurringCharge... recurringCharges)The recurring price charged to run this reserved cache node.ReservedCacheNodesOfferingReservedCacheNodesOffering. 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 voidReservedCacheNode. setRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved cache node.voidReservedCacheNodesOffering. setRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved cache node.ReservedCacheNodeReservedCacheNode. withRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved cache node.ReservedCacheNodesOfferingReservedCacheNodesOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved cache node.
-