Uses of Class
com.amazonaws.services.ec2.model.DescribeSpotPriceHistoryResult

Packages that use DescribeSpotPriceHistoryResult
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of DescribeSpotPriceHistoryResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return DescribeSpotPriceHistoryResult
 DescribeSpotPriceHistoryResult AmazonEC2.describeSpotPriceHistory()
           Describes the Spot Price history.
 DescribeSpotPriceHistoryResult AmazonEC2Client.describeSpotPriceHistory()
           Describes the Spot Price history.
 DescribeSpotPriceHistoryResult AmazonEC2.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
           Describes the Spot Price history.
 DescribeSpotPriceHistoryResult AmazonEC2Client.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
           Describes the Spot Price history.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeSpotPriceHistoryResult
 Future<DescribeSpotPriceHistoryResult> AmazonEC2AsyncClient.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
           Describes the Spot Price history.
 Future<DescribeSpotPriceHistoryResult> AmazonEC2Async.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
           Describes the Spot Price history.
 

Uses of DescribeSpotPriceHistoryResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeSpotPriceHistoryResult
 DescribeSpotPriceHistoryResult DescribeSpotPriceHistoryResult.withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
           Returns a reference to this object so that method calls can be chained together.
 DescribeSpotPriceHistoryResult DescribeSpotPriceHistoryResult.withSpotPriceHistory(SpotPrice... spotPriceHistory)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.