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

Packages that use DescribeSpotPriceHistoryRequest
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 DescribeSpotPriceHistoryRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type DescribeSpotPriceHistoryRequest
 DescribeSpotPriceHistoryResult AmazonEC2.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
           Describes the Spot Price history.
 DescribeSpotPriceHistoryResult AmazonEC2Client.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
           Describes the Spot Price history.
 Future<DescribeSpotPriceHistoryResult> AmazonEC2AsyncClient.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
           Describes the Spot Price history.
 Future<DescribeSpotPriceHistoryResult> AmazonEC2Async.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
           Describes the Spot Price history.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeSpotPriceHistoryRequest
 DescribeSpotPriceHistoryRequest DescribeSpotPriceHistoryRequest.withEndTime(Date endTime)
          The end date and time of the Spot Instance price history data.
 DescribeSpotPriceHistoryRequest DescribeSpotPriceHistoryRequest.withInstanceTypes(Collection<String> instanceTypes)
          Specifies the instance type to return.
 DescribeSpotPriceHistoryRequest DescribeSpotPriceHistoryRequest.withInstanceTypes(String... instanceTypes)
          Specifies the instance type to return.
 DescribeSpotPriceHistoryRequest DescribeSpotPriceHistoryRequest.withProductDescriptions(Collection<String> productDescriptions)
          The description of the AMI.
 DescribeSpotPriceHistoryRequest DescribeSpotPriceHistoryRequest.withProductDescriptions(String... productDescriptions)
          The description of the AMI.
 DescribeSpotPriceHistoryRequest DescribeSpotPriceHistoryRequest.withStartTime(Date startTime)
          The start date and time of the Spot Instance price history data.
 



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