Uses of Class
com.amazonaws.services.elasticache.model.ReservedCacheNodesOffering
Packages that use ReservedCacheNodesOffering
-
Uses of ReservedCacheNodesOffering in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ReservedCacheNodesOfferingModifier and TypeMethodDescriptionReservedCacheNodesOffering.clone()
ReservedCacheNodesOffering.withCacheNodeType
(String cacheNodeType) The cache node type for the reserved cache node.ReservedCacheNodesOffering.withDuration
(Integer duration) The duration of the offering. in seconds.ReservedCacheNodesOffering.withFixedPrice
(Double fixedPrice) The fixed price charged for this offering.ReservedCacheNodesOffering.withOfferingType
(String offeringType) The offering type.ReservedCacheNodesOffering.withProductDescription
(String productDescription) The cache engine used by the offering.ReservedCacheNodesOffering.withRecurringCharges
(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.ReservedCacheNodesOffering.withReservedCacheNodesOfferingId
(String reservedCacheNodesOfferingId) A unique identifier for the reserved cache node offering.ReservedCacheNodesOffering.withUsagePrice
(Double usagePrice) The hourly price charged for this offering.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type ReservedCacheNodesOfferingModifier and TypeMethodDescriptionDescribeReservedCacheNodesOfferingsResult.getReservedCacheNodesOfferings()
A list of reserved cache node offerings.Methods in com.amazonaws.services.elasticache.model with parameters of type ReservedCacheNodesOfferingModifier and TypeMethodDescriptionDescribeReservedCacheNodesOfferingsResult.withReservedCacheNodesOfferings
(ReservedCacheNodesOffering... reservedCacheNodesOfferings) A list of reserved cache node offerings.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type ReservedCacheNodesOfferingModifier and TypeMethodDescriptionvoid
DescribeReservedCacheNodesOfferingsResult.setReservedCacheNodesOfferings
(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings) A list of reserved cache node offerings.DescribeReservedCacheNodesOfferingsResult.withReservedCacheNodesOfferings
(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings) A list of reserved cache node offerings.