Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ReservedNode |
AmazonRedshiftClient.purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
Allows you to purchase reserved nodes.
|
ReservedNode |
AmazonRedshift.purchaseReservedNodeOffering(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
Allows you to purchase reserved nodes.
|
Modifier and Type | Method and Description |
---|---|
Future<ReservedNode> |
AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
Allows you to purchase reserved nodes.
|
Future<ReservedNode> |
AmazonRedshiftAsyncClient.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest)
Allows you to purchase reserved nodes.
|
Future<ReservedNode> |
AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest,
AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
Allows you to purchase reserved nodes.
|
Future<ReservedNode> |
AmazonRedshiftAsyncClient.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest,
AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
Allows you to purchase reserved nodes.
|
Modifier and Type | Method and Description |
---|---|
Future<ReservedNode> |
AmazonRedshiftAsync.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest,
AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
Allows you to purchase reserved nodes.
|
Future<ReservedNode> |
AmazonRedshiftAsyncClient.purchaseReservedNodeOfferingAsync(PurchaseReservedNodeOfferingRequest purchaseReservedNodeOfferingRequest,
AsyncHandler<PurchaseReservedNodeOfferingRequest,ReservedNode> asyncHandler)
Allows you to purchase reserved nodes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ReservedNode> |
DescribeReservedNodesResult.getReservedNodes()
The list of reserved nodes.
|
Modifier and Type | Method and Description |
---|---|
DescribeReservedNodesResult |
DescribeReservedNodesResult.withReservedNodes(ReservedNode... reservedNodes)
The list of reserved nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeReservedNodesResult.setReservedNodes(Collection<ReservedNode> reservedNodes)
The list of reserved nodes.
|
DescribeReservedNodesResult |
DescribeReservedNodesResult.withReservedNodes(Collection<ReservedNode> reservedNodes)
The list of reserved nodes.
|
Copyright © 2014. All rights reserved.