Uses of Class
software.amazon.awssdk.services.gamelift.model.EC2InstanceType
-
Packages that use EC2InstanceType Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of EC2InstanceType in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return EC2InstanceType Modifier and Type Method Description EC2InstanceTypeCreateFleetRequest. ec2InstanceType()The Amazon GameLift-supported Amazon EC2 instance type to use for all fleet instances.EC2InstanceTypeDescribeEc2InstanceLimitsRequest. ec2InstanceType()Name of an Amazon EC2 instance type that is supported in Amazon GameLift.EC2InstanceTypeEC2InstanceLimit. ec2InstanceType()The name of an Amazon EC2 instance type.static EC2InstanceTypeEC2InstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EC2InstanceTypeFleetAttributes. instanceType()The Amazon EC2 instance type that determines the computing resources of each instance in the fleet.EC2InstanceTypeFleetCapacity. instanceType()The Amazon EC2 instance type that is used for all instances in a fleet.EC2InstanceTypeCompute. type()The Amazon EC2 instance type that the fleet uses.EC2InstanceTypeInstance. type()EC2 instance type that defines the computing resources of this instance.static EC2InstanceTypeEC2InstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static EC2InstanceType[]EC2InstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type EC2InstanceType Modifier and Type Method Description static Set<EC2InstanceType>EC2InstanceType. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type EC2InstanceType Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. ec2InstanceType(EC2InstanceType ec2InstanceType)The Amazon GameLift-supported Amazon EC2 instance type to use for all fleet instances.DescribeEc2InstanceLimitsRequest.BuilderDescribeEc2InstanceLimitsRequest.Builder. ec2InstanceType(EC2InstanceType ec2InstanceType)Name of an Amazon EC2 instance type that is supported in Amazon GameLift.EC2InstanceLimit.BuilderEC2InstanceLimit.Builder. ec2InstanceType(EC2InstanceType ec2InstanceType)The name of an Amazon EC2 instance type.FleetAttributes.BuilderFleetAttributes.Builder. instanceType(EC2InstanceType instanceType)The Amazon EC2 instance type that determines the computing resources of each instance in the fleet.FleetCapacity.BuilderFleetCapacity.Builder. instanceType(EC2InstanceType instanceType)The Amazon EC2 instance type that is used for all instances in a fleet.Compute.BuilderCompute.Builder. type(EC2InstanceType type)The Amazon EC2 instance type that the fleet uses.Instance.BuilderInstance.Builder. type(EC2InstanceType type)EC2 instance type that defines the computing resources of this instance.
-