Uses of Class
com.xerox.amazonws.ec2.SpotInstanceType

Packages that use SpotInstanceType
com.xerox.amazonws.ec2   
 

Uses of SpotInstanceType in com.xerox.amazonws.ec2
 

Fields in com.xerox.amazonws.ec2 declared as SpotInstanceType
protected  SpotInstanceType SpotInstanceRequest.type
           
 

Methods in com.xerox.amazonws.ec2 that return SpotInstanceType
 SpotInstanceType SpotInstanceRequestConfiguration.getType()
           
 SpotInstanceType SpotInstanceRequest.getType()
           
static SpotInstanceType SpotInstanceType.getTypeFromString(String str)
           
static SpotInstanceType SpotInstanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpotInstanceType[] SpotInstanceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.xerox.amazonws.ec2 with parameters of type SpotInstanceType
 void SpotInstanceRequestConfiguration.setType(SpotInstanceType type)
           
 

Constructors in com.xerox.amazonws.ec2 with parameters of type SpotInstanceType
SpotInstanceRequestConfiguration(double price, int maxInstanceCount, SpotInstanceType type)