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 SpotInstanceTypeSpotInstanceType. fromValue(String value)Use this in place of valueOf.static SpotInstanceTypeSpotInstanceType. 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 voidRequestSpotInstancesRequest. setType(SpotInstanceType type)The Spot instance request type.voidSpotInstanceRequest. setType(SpotInstanceType type)The Spot instance request type.RequestSpotInstancesRequestRequestSpotInstancesRequest. withType(SpotInstanceType type)The Spot instance request type.SpotInstanceRequestSpotInstanceRequest. withType(SpotInstanceType type)The Spot instance request type.
-