Uses of Enum
com.amazonaws.services.ec2.model.SpotInstanceType
Packages that use SpotInstanceType
-
Uses of SpotInstanceType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotInstanceTypeModifier and TypeMethodDescriptionstatic SpotInstanceType
Use this in place of valueOf.static SpotInstanceType
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 SpotInstanceTypeModifier and TypeMethodDescriptionvoid
RequestSpotInstancesRequest.setType
(SpotInstanceType type) The Spot instance request type.void
SpotInstanceRequest.setType
(SpotInstanceType type) The Spot instance request type.RequestSpotInstancesRequest.withType
(SpotInstanceType type) The Spot instance request type.SpotInstanceRequest.withType
(SpotInstanceType type) The Spot instance request type.