Uses of Enum
software.amazon.awssdk.services.ec2.model.SpotInstanceType
Packages that use SpotInstanceType
-
Uses of SpotInstanceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotInstanceTypeModifier and TypeMethodDescriptionstatic SpotInstanceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SpotInstanceTypeLaunchTemplateSpotMarketOptions.spotInstanceType()The Spot Instance request type.final SpotInstanceTypeLaunchTemplateSpotMarketOptionsRequest.spotInstanceType()The Spot Instance request type.final SpotInstanceTypeSpotMarketOptions.spotInstanceType()The Spot Instance request type.final SpotInstanceTypeRequestSpotInstancesRequest.type()The Spot Instance request type.final SpotInstanceTypeSpotInstanceRequest.type()The Spot Instance request type.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotInstanceTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type SpotInstanceTypeModifier and TypeMethodDescriptionLaunchTemplateSpotMarketOptions.Builder.spotInstanceType(SpotInstanceType spotInstanceType) The Spot Instance request type.LaunchTemplateSpotMarketOptionsRequest.Builder.spotInstanceType(SpotInstanceType spotInstanceType) The Spot Instance request type.SpotMarketOptions.Builder.spotInstanceType(SpotInstanceType spotInstanceType) The Spot Instance request type.RequestSpotInstancesRequest.Builder.type(SpotInstanceType type) The Spot Instance request type.SpotInstanceRequest.Builder.type(SpotInstanceType type) The Spot Instance request type.