Uses of Class
software.amazon.awssdk.services.elasticache.model.RecurringCharge
-
Packages that use RecurringCharge Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of RecurringCharge in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>ReservedCacheNode. recurringCharges()The recurring price charged to run this reserved cache node.List<RecurringCharge>ReservedCacheNodesOffering. recurringCharges()The recurring price charged to run this reserved cache node.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedCacheNode.BuilderReservedCacheNode.Builder. recurringCharges(RecurringCharge... recurringCharges)The recurring price charged to run this reserved cache node.ReservedCacheNodesOffering.BuilderReservedCacheNodesOffering.Builder. recurringCharges(RecurringCharge... recurringCharges)The recurring price charged to run this reserved cache node.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type RecurringCharge Modifier and Type Method Description ReservedCacheNode.BuilderReservedCacheNode.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved cache node.ReservedCacheNodesOffering.BuilderReservedCacheNodesOffering.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The recurring price charged to run this reserved cache node.
-