Uses of Class
software.amazon.awssdk.services.deadline.model.Ec2MarketType
-
Packages that use Ec2MarketType Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of Ec2MarketType in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return Ec2MarketType Modifier and Type Method Description static Ec2MarketTypeEc2MarketType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Ec2MarketTypeServiceManagedEc2InstanceMarketOptions. type()The Amazon EC2 instance type.static Ec2MarketTypeEc2MarketType. valueOf(String name)Returns the enum constant of this type with the specified name.static Ec2MarketType[]Ec2MarketType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type Ec2MarketType Modifier and Type Method Description static Set<Ec2MarketType>Ec2MarketType. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type Ec2MarketType Modifier and Type Method Description ServiceManagedEc2InstanceMarketOptions.BuilderServiceManagedEc2InstanceMarketOptions.Builder. type(Ec2MarketType type)The Amazon EC2 instance type.
-