Uses of Class
com.amazonaws.services.redshift.model.ReservedNode
-
Packages that use ReservedNode Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of ReservedNode in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return ReservedNode Modifier and Type Method Description ReservedNode
AbstractAmazonRedshift. purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest request)
ReservedNode
AmazonRedshift. purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
Allows you to purchase reserved nodes.ReservedNode
AmazonRedshiftClient. purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
Allows you to purchase reserved nodes.Method parameters in com.amazonaws.services.redshift with type arguments of type ReservedNode Modifier and Type Method Description Future<ReservedNode>
AbstractAmazonRedshiftAsync. purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest request, AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
Future<ReservedNode>
AmazonRedshiftAsync. purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest, AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
Allows you to purchase reserved nodes.Future<ReservedNode>
AmazonRedshiftAsyncClient. purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest request, AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
-
Uses of ReservedNode in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ReservedNode Modifier and Type Method Description ReservedNode
ReservedNode. clone()
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 charges 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(RecurringCharge... recurringCharges)
The recurring charges for the reserved node.ReservedNode
ReservedNode. withRecurringCharges(Collection<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 charges you for this reserved node.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ReservedNode Modifier and Type Method Description List<ReservedNode>
DescribeReservedNodesResult. getReservedNodes()
The list ofReservedNode
objects.Methods in com.amazonaws.services.redshift.model with parameters of type ReservedNode Modifier and Type Method Description DescribeReservedNodesResult
DescribeReservedNodesResult. withReservedNodes(ReservedNode... reservedNodes)
The list ofReservedNode
objects.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ReservedNode Modifier and Type Method Description void
DescribeReservedNodesResult. setReservedNodes(Collection<ReservedNode> reservedNodes)
The list ofReservedNode
objects.DescribeReservedNodesResult
DescribeReservedNodesResult. withReservedNodes(Collection<ReservedNode> reservedNodes)
The list ofReservedNode
objects.
-