Uses of Class
com.amazonaws.services.elasticache.model.ReservedCacheNode

Packages that use ReservedCacheNode
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of ReservedCacheNode in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache that return ReservedCacheNode
 ReservedCacheNode AmazonElastiCacheClient.purchaseReservedCacheNodesOffering(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 ReservedCacheNode AmazonElastiCache.purchaseReservedCacheNodesOffering(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type ReservedCacheNode
 Future<ReservedCacheNode> AmazonElastiCacheAsyncClient.purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 Future<ReservedCacheNode> AmazonElastiCacheAsync.purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 Future<ReservedCacheNode> AmazonElastiCacheAsyncClient.purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest, AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 Future<ReservedCacheNode> AmazonElastiCacheAsync.purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest, AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type ReservedCacheNode
 Future<ReservedCacheNode> AmazonElastiCacheAsyncClient.purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest, AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 Future<ReservedCacheNode> AmazonElastiCacheAsync.purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest, AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 

Uses of ReservedCacheNode in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return ReservedCacheNode
 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(Collection<RecurringCharge> recurringCharges)
          The recurring price charged to run this reserved cache node.
 ReservedCacheNode ReservedCacheNode.withRecurringCharges(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
 List<ReservedCacheNode> DescribeReservedCacheNodesResult.getReservedCacheNodes()
          A list of reserved cache nodes.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type ReservedCacheNode
 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
 void DescribeReservedCacheNodesResult.setReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
          A list of reserved cache nodes.
 DescribeReservedCacheNodesResult DescribeReservedCacheNodesResult.withReservedCacheNodes(Collection<ReservedCacheNode> reservedCacheNodes)
          A list of reserved cache nodes.
 



Copyright © 2016. All rights reserved.