Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
DescribeReservedNodeOfferingsResult |
AmazonRedshift.describeReservedNodeOfferings(DescribeReservedNodeOfferingsRequest describeReservedNodeOfferingsRequest)
Returns a list of the available reserved node offerings by Amazon
Redshift with their descriptions including the node type, the fixed and
recurring costs of reserving the node and duration the node will be
reserved for you.
|
DescribeReservedNodeOfferingsResult |
AmazonRedshiftClient.describeReservedNodeOfferings(DescribeReservedNodeOfferingsRequest describeReservedNodeOfferingsRequest)
Returns a list of the available reserved node offerings by Amazon
Redshift with their descriptions including the node type, the fixed and
recurring costs of reserving the node and duration the node will be
reserved for you.
|
DescribeReservedNodeOfferingsResult |
AbstractAmazonRedshift.describeReservedNodeOfferings(DescribeReservedNodeOfferingsRequest request) |
Future<DescribeReservedNodeOfferingsResult> |
AmazonRedshiftAsyncClient.describeReservedNodeOfferingsAsync(DescribeReservedNodeOfferingsRequest request) |
Future<DescribeReservedNodeOfferingsResult> |
AmazonRedshiftAsync.describeReservedNodeOfferingsAsync(DescribeReservedNodeOfferingsRequest describeReservedNodeOfferingsRequest)
Returns a list of the available reserved node offerings by Amazon
Redshift with their descriptions including the node type, the fixed and
recurring costs of reserving the node and duration the node will be
reserved for you.
|
Future<DescribeReservedNodeOfferingsResult> |
AbstractAmazonRedshiftAsync.describeReservedNodeOfferingsAsync(DescribeReservedNodeOfferingsRequest request) |
Future<DescribeReservedNodeOfferingsResult> |
AmazonRedshiftAsyncClient.describeReservedNodeOfferingsAsync(DescribeReservedNodeOfferingsRequest request,
AsyncHandler<DescribeReservedNodeOfferingsRequest,DescribeReservedNodeOfferingsResult> asyncHandler) |
Future<DescribeReservedNodeOfferingsResult> |
AmazonRedshiftAsync.describeReservedNodeOfferingsAsync(DescribeReservedNodeOfferingsRequest describeReservedNodeOfferingsRequest,
AsyncHandler<DescribeReservedNodeOfferingsRequest,DescribeReservedNodeOfferingsResult> asyncHandler)
Returns a list of the available reserved node offerings by Amazon
Redshift with their descriptions including the node type, the fixed and
recurring costs of reserving the node and duration the node will be
reserved for you.
|
Future<DescribeReservedNodeOfferingsResult> |
AbstractAmazonRedshiftAsync.describeReservedNodeOfferingsAsync(DescribeReservedNodeOfferingsRequest request,
AsyncHandler<DescribeReservedNodeOfferingsRequest,DescribeReservedNodeOfferingsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeReservedNodeOfferingsRequest |
DescribeReservedNodeOfferingsRequest.clone() |
DescribeReservedNodeOfferingsRequest |
DescribeReservedNodeOfferingsRequest.withMarker(String marker)
An optional parameter that specifies the starting point to return a set
of response records.
|
DescribeReservedNodeOfferingsRequest |
DescribeReservedNodeOfferingsRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeReservedNodeOfferingsRequest |
DescribeReservedNodeOfferingsRequest.withReservedNodeOfferingId(String reservedNodeOfferingId)
The unique identifier for the offering.
|
Copyright © 2018. All rights reserved.