Uses of Class
com.amazonaws.services.ec2.model.SpotInstanceType
-
Packages that use SpotInstanceType Package Description com.amazonaws.services.ec2.model -
-
Uses of SpotInstanceType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotInstanceType Modifier and Type Method Description static SpotInstanceType
SpotInstanceType. fromValue(String value)
Use this in place of valueOf.static SpotInstanceType
SpotInstanceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpotInstanceType[]
SpotInstanceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type SpotInstanceType Modifier and Type Method Description void
RequestSpotInstancesRequest. setType(SpotInstanceType type)
The Spot instance request type.void
SpotInstanceRequest. setType(SpotInstanceType type)
The Spot instance request type.RequestSpotInstancesRequest
RequestSpotInstancesRequest. withType(SpotInstanceType type)
The Spot instance request type.SpotInstanceRequest
SpotInstanceRequest. withType(SpotInstanceType type)
The Spot instance request type.
-