Uses of Class
com.amazonaws.services.redshift.model.ReservedNode
Packages that use ReservedNode
-
Uses of ReservedNode in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return ReservedNodeModifier and TypeMethodDescriptionAbstractAmazonRedshift.purchaseReservedNodeOffering
(PurchaseReservedNodeOfferingRequest request) AmazonRedshift.purchaseReservedNodeOffering
(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest) Allows you to purchase reserved nodes.AmazonRedshiftClient.purchaseReservedNodeOffering
(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest) Allows you to purchase reserved nodes.Methods in com.amazonaws.services.redshift that return types with arguments of type ReservedNodeModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.purchaseReservedNodeOfferingAsync
(PurchaseReservedNodeOfferingRequest request) AbstractAmazonRedshiftAsync.purchaseReservedNodeOfferingAsync
(PurchaseReservedNodeOfferingRequest request, AsyncHandler<PurchaseReservedNodeOfferingRequest, ReservedNode> asyncHandler) AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync
(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest) Allows you to purchase reserved nodes.AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync
(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest, AsyncHandler<PurchaseReservedNodeOfferingRequest, ReservedNode> asyncHandler) Allows you to purchase reserved nodes.AmazonRedshiftAsyncClient.purchaseReservedNodeOfferingAsync
(PurchaseReservedNodeOfferingRequest request) AmazonRedshiftAsyncClient.purchaseReservedNodeOfferingAsync
(PurchaseReservedNodeOfferingRequest request, AsyncHandler<PurchaseReservedNodeOfferingRequest, ReservedNode> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type ReservedNodeModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.purchaseReservedNodeOfferingAsync
(PurchaseReservedNodeOfferingRequest request, AsyncHandler<PurchaseReservedNodeOfferingRequest, ReservedNode> asyncHandler) AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync
(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest, AsyncHandler<PurchaseReservedNodeOfferingRequest, ReservedNode> asyncHandler) Allows you to purchase reserved nodes.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 ReservedNodeModifier and TypeMethodDescriptionReservedNode.clone()
ReservedNode.withCurrencyCode
(String currencyCode) The currency code for the reserved cluster.ReservedNode.withDuration
(Integer duration) The duration of the node reservation in seconds.ReservedNode.withFixedPrice
(Double fixedPrice) The fixed cost Amazon Redshift charges you for this reserved node.ReservedNode.withNodeCount
(Integer nodeCount) The number of reserved compute nodes.ReservedNode.withNodeType
(String nodeType) The node type of the reserved node.ReservedNode.withOfferingType
(String offeringType) The anticipated utilization of the reserved node, as defined in the reserved node offering.ReservedNode.withRecurringCharges
(RecurringCharge... recurringCharges) The recurring charges for the reserved node.ReservedNode.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring charges for the reserved node.ReservedNode.withReservedNodeId
(String reservedNodeId) The unique identifier for the reservation.ReservedNode.withReservedNodeOfferingId
(String reservedNodeOfferingId) The identifier for the reserved node offering.ReservedNode.withStartTime
(Date startTime) The time the reservation started.The state of the reserved compute node.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 ReservedNodeModifier and TypeMethodDescriptionDescribeReservedNodesResult.getReservedNodes()
The list ofReservedNode
objects.Methods in com.amazonaws.services.redshift.model with parameters of type ReservedNodeModifier and TypeMethodDescriptionDescribeReservedNodesResult.withReservedNodes
(ReservedNode... reservedNodes) The list ofReservedNode
objects.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ReservedNodeModifier and TypeMethodDescriptionvoid
DescribeReservedNodesResult.setReservedNodes
(Collection<ReservedNode> reservedNodes) The list ofReservedNode
objects.DescribeReservedNodesResult.withReservedNodes
(Collection<ReservedNode> reservedNodes) The list ofReservedNode
objects.