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 ReservedNodeAbstractAmazonRedshift. purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest request)ReservedNodeAmazonRedshift. purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)Allows you to purchase reserved nodes.ReservedNodeAmazonRedshiftClient. 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 ReservedNodeReservedNode. clone()ReservedNodeReservedNode. withCurrencyCode(String currencyCode)The currency code for the reserved cluster.ReservedNodeReservedNode. withDuration(Integer duration)The duration of the node reservation in seconds.ReservedNodeReservedNode. withFixedPrice(Double fixedPrice)The fixed cost Amazon Redshift charges you for this reserved node.ReservedNodeReservedNode. withNodeCount(Integer nodeCount)The number of reserved compute nodes.ReservedNodeReservedNode. withNodeType(String nodeType)The node type of the reserved node.ReservedNodeReservedNode. withOfferingType(String offeringType)The anticipated utilization of the reserved node, as defined in the reserved node offering.ReservedNodeReservedNode. withRecurringCharges(RecurringCharge... recurringCharges)The recurring charges for the reserved node.ReservedNodeReservedNode. withRecurringCharges(Collection<RecurringCharge> recurringCharges)The recurring charges for the reserved node.ReservedNodeReservedNode. withReservedNodeId(String reservedNodeId)The unique identifier for the reservation.ReservedNodeReservedNode. withReservedNodeOfferingId(String reservedNodeOfferingId)The identifier for the reserved node offering.ReservedNodeReservedNode. withStartTime(Date startTime)The time the reservation started.ReservedNodeReservedNode. withState(String state)The state of the reserved compute node.ReservedNodeReservedNode. 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 ofReservedNodeobjects.Methods in com.amazonaws.services.redshift.model with parameters of type ReservedNode Modifier and Type Method Description DescribeReservedNodesResultDescribeReservedNodesResult. withReservedNodes(ReservedNode... reservedNodes)The list ofReservedNodeobjects.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ReservedNode Modifier and Type Method Description voidDescribeReservedNodesResult. setReservedNodes(Collection<ReservedNode> reservedNodes)The list ofReservedNodeobjects.DescribeReservedNodesResultDescribeReservedNodesResult. withReservedNodes(Collection<ReservedNode> reservedNodes)The list ofReservedNodeobjects.
-