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

Packages that use SpotPrice
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

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

Methods in com.amazonaws.services.ec2.model that return SpotPrice
 SpotPrice SpotPrice.withInstanceType(String instanceType)
           Returns a reference to this object so that method calls can be chained together.
 SpotPrice SpotPrice.withProductDescription(String productDescription)
           Returns a reference to this object so that method calls can be chained together.
 SpotPrice SpotPrice.withSpotPrice(String spotPrice)
           Returns a reference to this object so that method calls can be chained together.
 SpotPrice SpotPrice.withTimestamp(Date timestamp)
           Returns a reference to this object so that method calls can be chained together.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type SpotPrice
 List<SpotPrice> DescribeSpotPriceHistoryResult.getSpotPriceHistory()
           
 

Methods in com.amazonaws.services.ec2.model with parameters of type SpotPrice
 DescribeSpotPriceHistoryResult DescribeSpotPriceHistoryResult.withSpotPriceHistory(SpotPrice... spotPriceHistory)
           Returns a reference to this object so that method calls can be chained together.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type SpotPrice
 void DescribeSpotPriceHistoryResult.setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
           
 DescribeSpotPriceHistoryResult DescribeSpotPriceHistoryResult.withSpotPriceHistory(Collection<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.