Uses of Class
com.amazonaws.services.redshift.model.DescribeReservedNodeOfferingsRequest
Packages that use DescribeReservedNodeOfferingsRequest
-
Uses of DescribeReservedNodeOfferingsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeReservedNodeOfferingsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeReservedNodeOfferings
(DescribeReservedNodeOfferingsRequest request) 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.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.AbstractAmazonRedshiftAsync.describeReservedNodeOfferingsAsync
(DescribeReservedNodeOfferingsRequest request) AbstractAmazonRedshiftAsync.describeReservedNodeOfferingsAsync
(DescribeReservedNodeOfferingsRequest request, AsyncHandler<DescribeReservedNodeOfferingsRequest, DescribeReservedNodeOfferingsResult> asyncHandler) 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.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.AmazonRedshiftAsyncClient.describeReservedNodeOfferingsAsync
(DescribeReservedNodeOfferingsRequest request) AmazonRedshiftAsyncClient.describeReservedNodeOfferingsAsync
(DescribeReservedNodeOfferingsRequest request, AsyncHandler<DescribeReservedNodeOfferingsRequest, DescribeReservedNodeOfferingsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeReservedNodeOfferingsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeReservedNodeOfferingsAsync
(AsyncHandler<DescribeReservedNodeOfferingsRequest, DescribeReservedNodeOfferingsResult> asyncHandler) Simplified method form for invoking the DescribeReservedNodeOfferings operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeReservedNodeOfferingsAsync
(DescribeReservedNodeOfferingsRequest request, AsyncHandler<DescribeReservedNodeOfferingsRequest, DescribeReservedNodeOfferingsResult> asyncHandler) AmazonRedshiftAsync.describeReservedNodeOfferingsAsync
(AsyncHandler<DescribeReservedNodeOfferingsRequest, DescribeReservedNodeOfferingsResult> asyncHandler) Simplified method form for invoking the DescribeReservedNodeOfferings operation with an AsyncHandler.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.AmazonRedshiftAsyncClient.describeReservedNodeOfferingsAsync
(AsyncHandler<DescribeReservedNodeOfferingsRequest, DescribeReservedNodeOfferingsResult> asyncHandler) Simplified method form for invoking the DescribeReservedNodeOfferings operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeReservedNodeOfferingsAsync
(DescribeReservedNodeOfferingsRequest request, AsyncHandler<DescribeReservedNodeOfferingsRequest, DescribeReservedNodeOfferingsResult> asyncHandler) -
Uses of DescribeReservedNodeOfferingsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeReservedNodeOfferingsRequestModifier and TypeMethodDescriptionDescribeReservedNodeOfferingsRequest.clone()
DescribeReservedNodeOfferingsRequest.withMarker
(String marker) An optional parameter that specifies the starting point to return a set of response records.DescribeReservedNodeOfferingsRequest.withMaxRecords
(Integer maxRecords) The maximum number of response records to return in each call.DescribeReservedNodeOfferingsRequest.withReservedNodeOfferingId
(String reservedNodeOfferingId) The unique identifier for the offering.