Uses of Enum
com.amazonaws.services.gamelift.model.EC2InstanceType
Packages that use EC2InstanceType
-
Uses of EC2InstanceType in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return EC2InstanceTypeModifier and TypeMethodDescriptionstatic EC2InstanceType
Use this in place of valueOf.static EC2InstanceType
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 com.amazonaws.services.gamelift.model with parameters of type EC2InstanceTypeModifier and TypeMethodDescriptionvoid
CreateFleetRequest.setEC2InstanceType
(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.void
DescribeEC2InstanceLimitsRequest.setEC2InstanceType
(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.void
EC2InstanceLimit.setEC2InstanceType
(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.void
FleetCapacity.setInstanceType
(EC2InstanceType instanceType) Type of EC2 instances used in the fleet.CreateFleetRequest.withEC2InstanceType
(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.DescribeEC2InstanceLimitsRequest.withEC2InstanceType
(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.EC2InstanceLimit.withEC2InstanceType
(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.FleetCapacity.withInstanceType
(EC2InstanceType instanceType) Type of EC2 instances used in the fleet.