Uses of Class
com.amazonaws.services.elasticache.model.ReservedCacheNode
-
Packages that use ReservedCacheNode Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of ReservedCacheNode in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return ReservedCacheNode Modifier and Type Method Description ReservedCacheNode
AbstractAmazonElastiCache. purchaseReservedCacheNodesOffering(PurchaseReservedCacheNodesOfferingRequest request)
ReservedCacheNode
AmazonElastiCache. purchaseReservedCacheNodesOffering(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)
The PurchaseReservedCacheNodesOffering action allows you to purchase a reserved cache node offering.ReservedCacheNode
AmazonElastiCacheClient. purchaseReservedCacheNodesOffering(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)
The PurchaseReservedCacheNodesOffering action allows you to purchase a reserved cache node offering.Method parameters in com.amazonaws.services.elasticache with type arguments of type ReservedCacheNode Modifier and Type Method Description Future<ReservedCacheNode>
AbstractAmazonElastiCacheAsync. purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest request, AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
Future<ReservedCacheNode>
AmazonElastiCacheAsync. purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest, AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
The PurchaseReservedCacheNodesOffering action allows you to purchase a reserved cache node offering.Future<ReservedCacheNode>
AmazonElastiCacheAsyncClient. purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest request, AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
-
Uses of ReservedCacheNode in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return ReservedCacheNode Modifier and Type Method Description ReservedCacheNode
ReservedCacheNode. clone()
ReservedCacheNode
ReservedCacheNode. withCacheNodeCount(Integer cacheNodeCount)
The number of cache nodes that have been reserved.ReservedCacheNode
ReservedCacheNode. withCacheNodeType(String cacheNodeType)
The cache node type for the reserved cache nodes.ReservedCacheNode
ReservedCacheNode. withDuration(Integer duration)
The duration of the reservation in seconds.ReservedCacheNode
ReservedCacheNode. withFixedPrice(Double fixedPrice)
The fixed price charged for this reserved cache node.ReservedCacheNode
ReservedCacheNode. withOfferingType(String offeringType)
The offering type of this reserved cache node.ReservedCacheNode
ReservedCacheNode. withProductDescription(String productDescription)
The description of the reserved cache node.ReservedCacheNode
ReservedCacheNode. withRecurringCharges(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.ReservedCacheNode
ReservedCacheNode. withReservedCacheNodeId(String reservedCacheNodeId)
The unique identifier for the reservation.ReservedCacheNode
ReservedCacheNode. withReservedCacheNodesOfferingId(String reservedCacheNodesOfferingId)
The offering identifier.ReservedCacheNode
ReservedCacheNode. withStartTime(Date startTime)
The time the reservation started.ReservedCacheNode
ReservedCacheNode. withState(String state)
The state of the reserved cache node.ReservedCacheNode
ReservedCacheNode. withUsagePrice(Double usagePrice)
The hourly price charged for this reserved cache node.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type ReservedCacheNode Modifier and Type Method Description List<ReservedCacheNode>
DescribeReservedCacheNodesResult. getReservedCacheNodes()
A list of reserved cache nodes.Methods in com.amazonaws.services.elasticache.model with parameters of type ReservedCacheNode Modifier and Type Method Description DescribeReservedCacheNodesResult
DescribeReservedCacheNodesResult. withReservedCacheNodes(ReservedCacheNode... reservedCacheNodes)
A list of reserved cache nodes.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type ReservedCacheNode Modifier and Type Method Description void
DescribeReservedCacheNodesResult. setReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
A list of reserved cache nodes.DescribeReservedCacheNodesResult
DescribeReservedCacheNodesResult. withReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
A list of reserved cache nodes.
-