Uses of Class
com.amazonaws.services.redshift.model.DescribeReservedNodeOfferingsResult

Packages that use DescribeReservedNodeOfferingsResult
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. 
 

Uses of DescribeReservedNodeOfferingsResult in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift that return DescribeReservedNodeOfferingsResult
 DescribeReservedNodeOfferingsResult AmazonRedshiftClient.describeReservedNodeOfferings()
           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 AmazonRedshift.describeReservedNodeOfferings()
           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 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.
 

Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeReservedNodeOfferingsResult
 Future<DescribeReservedNodeOfferingsResult> AmazonRedshiftAsyncClient.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> 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> AmazonRedshiftAsyncClient.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> 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.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeReservedNodeOfferingsResult
 Future<DescribeReservedNodeOfferingsResult> AmazonRedshiftAsyncClient.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> 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.
 

Uses of DescribeReservedNodeOfferingsResult in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return DescribeReservedNodeOfferingsResult
 DescribeReservedNodeOfferingsResult DescribeReservedNodeOfferingsResult.withMarker(String marker)
          A value that indicates the starting point for the next set of response records in a subsequent request.
 DescribeReservedNodeOfferingsResult DescribeReservedNodeOfferingsResult.withReservedNodeOfferings(Collection<ReservedNodeOffering> reservedNodeOfferings)
          A list of reserved node offerings.
 DescribeReservedNodeOfferingsResult DescribeReservedNodeOfferingsResult.withReservedNodeOfferings(ReservedNodeOffering... reservedNodeOfferings)
          A list of reserved node offerings.
 



Copyright © 2016. All rights reserved.