Uses of Enum Class
org.jclouds.aws.ec2.domain.SpotInstanceRequest.State
Packages that use SpotInstanceRequest.State
-
Uses of SpotInstanceRequest.State in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return SpotInstanceRequest.StateModifier and TypeMethodDescriptionstatic SpotInstanceRequest.State
SpotInstanceRequest.getState()
static SpotInstanceRequest.State
Returns the enum constant of this class with the specified name.static SpotInstanceRequest.State[]
SpotInstanceRequest.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.aws.ec2.domain with parameters of type SpotInstanceRequest.StateModifier and TypeMethodDescriptionSpotInstanceRequest.Builder.state
(SpotInstanceRequest.State state) Constructors in org.jclouds.aws.ec2.domain with parameters of type SpotInstanceRequest.StateModifierConstructorDescriptionSpotInstanceRequest
(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)