Uses of Class
com.amazonaws.services.redshift.model.ReservedNode

Packages that use ReservedNode
com.amazonaws.services.redshift Synchronous and asynchronous client classes for accessing AmazonRedshift. 
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of ReservedNode in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift that return ReservedNode
 ReservedNode AmazonRedshiftClient.purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
           Allows you to purchase reserved nodes.
 ReservedNode AmazonRedshift.purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
           Allows you to purchase reserved nodes.
 

Methods in com.amazonaws.services.redshift that return types with arguments of type ReservedNode
 Future<ReservedNode> AmazonRedshiftAsyncClient.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
           Allows you to purchase reserved nodes.
 Future<ReservedNode> AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
           Allows you to purchase reserved nodes.
 Future<ReservedNode> AmazonRedshiftAsyncClient.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest, AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
           Allows you to purchase reserved nodes.
 Future<ReservedNode> AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest, AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
           Allows you to purchase reserved nodes.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type ReservedNode
 Future<ReservedNode> AmazonRedshiftAsyncClient.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest, AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
           Allows you to purchase reserved nodes.
 Future<ReservedNode> AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest, AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
           Allows you to purchase reserved nodes.
 

Uses of ReservedNode in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return ReservedNode
 ReservedNode ReservedNode.withCurrencyCode(String currencyCode)
          The currency code for the reserved cluster.
 ReservedNode ReservedNode.withDuration(Integer duration)
          The duration of the node reservation in seconds.
 ReservedNode ReservedNode.withFixedPrice(Double fixedPrice)
          The fixed cost Amazon Redshift charged you for this reserved node.
 ReservedNode ReservedNode.withNodeCount(Integer nodeCount)
          The number of reserved compute nodes.
 ReservedNode ReservedNode.withNodeType(String nodeType)
          The node type of the reserved node.
 ReservedNode ReservedNode.withOfferingType(String offeringType)
          The anticipated utilization of the reserved node, as defined in the reserved node offering.
 ReservedNode ReservedNode.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
          The recurring charges for the reserved node.
 ReservedNode ReservedNode.withRecurringCharges(RecurringCharge... recurringCharges)
          The recurring charges for the reserved node.
 ReservedNode ReservedNode.withReservedNodeId(String reservedNodeId)
          The unique identifier for the reservation.
 ReservedNode ReservedNode.withReservedNodeOfferingId(String reservedNodeOfferingId)
          The identifier for the reserved node offering.
 ReservedNode ReservedNode.withStartTime(Date startTime)
          The time the reservation started.
 ReservedNode ReservedNode.withState(String state)
          The state of the reserved Compute Node.
 ReservedNode ReservedNode.withUsagePrice(Double usagePrice)
          The hourly rate Amazon Redshift charge you for this reserved node.
 

Methods in com.amazonaws.services.redshift.model that return types with arguments of type ReservedNode
 List<ReservedNode> DescribeReservedNodesResult.getReservedNodes()
          The list of reserved nodes.
 

Methods in com.amazonaws.services.redshift.model with parameters of type ReservedNode
 DescribeReservedNodesResult DescribeReservedNodesResult.withReservedNodes(ReservedNode... reservedNodes)
          The list of reserved nodes.
 

Method parameters in com.amazonaws.services.redshift.model with type arguments of type ReservedNode
 void DescribeReservedNodesResult.setReservedNodes(Collection<ReservedNode> reservedNodes)
          The list of reserved nodes.
 DescribeReservedNodesResult DescribeReservedNodesResult.withReservedNodes(Collection<ReservedNode> reservedNodes)
          The list of reserved nodes.
 



Copyright © 2016. All rights reserved.