Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
ReservedNode |
AbstractAmazonRedshift.acceptReservedNodeExchange(AcceptReservedNodeExchangeRequest request) |
ReservedNode |
AmazonRedshift.acceptReservedNodeExchange(AcceptReservedNodeExchangeRequest acceptReservedNodeExchangeRequest)
Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type,
or number of nodes) and no additional costs.
|
ReservedNode |
AmazonRedshiftClient.acceptReservedNodeExchange(AcceptReservedNodeExchangeRequest request)
Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type,
or number of nodes) and no additional costs.
|
ReservedNode |
AbstractAmazonRedshift.purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest request) |
ReservedNode |
AmazonRedshift.purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
Allows you to purchase reserved nodes.
|
ReservedNode |
AmazonRedshiftClient.purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest request)
Allows you to purchase reserved nodes.
|
Modifier and Type | Method and Description |
---|---|
ReservedNode |
ReservedNode.clone() |
ReservedNode |
ReservedNodeConfigurationOption.getSourceReservedNode() |
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(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.withReservedNodeOfferingType(ReservedNodeOfferingType reservedNodeOfferingType)
|
ReservedNode |
ReservedNode.withReservedNodeOfferingType(String reservedNodeOfferingType)
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ReservedNode> |
DescribeReservedNodesResult.getReservedNodes()
The list of
ReservedNode objects. |
Modifier and Type | Method and Description |
---|---|
void |
ReservedNodeConfigurationOption.setSourceReservedNode(ReservedNode sourceReservedNode) |
DescribeReservedNodesResult |
DescribeReservedNodesResult.withReservedNodes(ReservedNode... reservedNodes)
The list of
ReservedNode objects. |
ReservedNodeConfigurationOption |
ReservedNodeConfigurationOption.withSourceReservedNode(ReservedNode sourceReservedNode) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeReservedNodesResult.setReservedNodes(Collection<ReservedNode> reservedNodes)
The list of
ReservedNode objects. |
DescribeReservedNodesResult |
DescribeReservedNodesResult.withReservedNodes(Collection<ReservedNode> reservedNodes)
The list of
ReservedNode objects. |
Copyright © 2023. All rights reserved.