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 SpotInstanceTypeUse this in place of valueOf.static SpotInstanceTypeReturns 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 TypeMethodDescriptionvoidRequestSpotInstancesRequest.setType(SpotInstanceType type) The Spot instance request type.voidSpotInstanceRequest.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.