Uses of Class
org.jclouds.aws.ec2.domain.SpotInstanceRequest.State
-
Packages that use SpotInstanceRequest.State Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description SpotInstanceRequest.Builder
SpotInstanceRequest.Builder. state(SpotInstanceRequest.State state)
Constructors in org.jclouds.aws.ec2.domain with parameters of type SpotInstanceRequest.State Constructor Description 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, String rawState, SpotInstanceRequest.Type type, Date validFrom, Date validUntil, String statusCode, String statusMessage, Date statusUpdateTime, Map<String,String> tags)
-