|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||