Uses of Class
org.jclouds.aws.ec2.domain.SpotInstanceRequest.Type

Packages that use SpotInstanceRequest.Type
org.jclouds.aws.ec2.domain   
org.jclouds.aws.ec2.options   
 

Uses of SpotInstanceRequest.Type in org.jclouds.aws.ec2.domain
 

Methods in org.jclouds.aws.ec2.domain that return SpotInstanceRequest.Type
static SpotInstanceRequest.Type SpotInstanceRequest.Type.fromValue(String type)
           
 SpotInstanceRequest.Type SpotInstanceRequest.getType()
           
static SpotInstanceRequest.Type SpotInstanceRequest.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpotInstanceRequest.Type[] SpotInstanceRequest.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.aws.ec2.domain with parameters of type SpotInstanceRequest.Type
 SpotInstanceRequest.Builder SpotInstanceRequest.Builder.type(SpotInstanceRequest.Type type)
           
 

Constructors in org.jclouds.aws.ec2.domain with parameters of type SpotInstanceRequest.Type
SpotInstanceRequest(String region, String availabilityZoneGroup, String launchedAvailabilityZone, Date createTime, String faultCode, String faultMessage, String instanceId, String launchGroup, LaunchSpecification launchSpecification, String productDescription, String id, float spotPrice, SpotInstanceRequest.State state, SpotInstanceRequest.Type type, Date validFrom, Date validUntil, Map<String,String> tags)
           
 

Uses of SpotInstanceRequest.Type in org.jclouds.aws.ec2.options
 

Methods in org.jclouds.aws.ec2.options with parameters of type SpotInstanceRequest.Type
 RequestSpotInstancesOptions RequestSpotInstancesOptions.type(SpotInstanceRequest.Type type)
          Specifies the Spot Instance type.
static RequestSpotInstancesOptions RequestSpotInstancesOptions.Builder.type(SpotInstanceRequest.Type type)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.