Uses of Class
software.amazon.awssdk.services.ec2.model.SpotInstanceType
-
Packages that use SpotInstanceType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SpotInstanceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotInstanceType Modifier and Type Method Description static SpotInstanceTypeSpotInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SpotInstanceTypeLaunchTemplateSpotMarketOptions. spotInstanceType()The Spot Instance request type.SpotInstanceTypeLaunchTemplateSpotMarketOptionsRequest. spotInstanceType()The Spot Instance request type.SpotInstanceTypeSpotMarketOptions. spotInstanceType()The Spot Instance request type.SpotInstanceTypeRequestSpotInstancesRequest. type()The Spot Instance request type.SpotInstanceTypeSpotInstanceRequest. type()The Spot Instance request type.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotInstanceType Modifier and Type Method Description static Set<SpotInstanceType>SpotInstanceType. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotInstanceType Modifier and Type Method Description LaunchTemplateSpotMarketOptions.BuilderLaunchTemplateSpotMarketOptions.Builder. spotInstanceType(SpotInstanceType spotInstanceType)The Spot Instance request type.LaunchTemplateSpotMarketOptionsRequest.BuilderLaunchTemplateSpotMarketOptionsRequest.Builder. spotInstanceType(SpotInstanceType spotInstanceType)The Spot Instance request type.SpotMarketOptions.BuilderSpotMarketOptions.Builder. spotInstanceType(SpotInstanceType spotInstanceType)The Spot Instance request type.RequestSpotInstancesRequest.BuilderRequestSpotInstancesRequest.Builder. type(SpotInstanceType type)The Spot Instance request type.SpotInstanceRequest.BuilderSpotInstanceRequest.Builder. type(SpotInstanceType type)The Spot Instance request type.
-