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

Packages that use SpotInstanceRequest.State
org.jclouds.aws.ec2.domain   
 

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

Methods in org.jclouds.aws.ec2.domain that return SpotInstanceRequest.State
static SpotInstanceRequest.State SpotInstanceRequest.State.fromValue(String state)
           
 SpotInstanceRequest.State SpotInstanceRequest.getState()
           
static SpotInstanceRequest.State SpotInstanceRequest.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpotInstanceRequest.State[] SpotInstanceRequest.State.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.State
 SpotInstanceRequest.Builder SpotInstanceRequest.Builder.state(SpotInstanceRequest.State state)
           
 

Constructors in org.jclouds.aws.ec2.domain with parameters of type SpotInstanceRequest.State
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)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.