Uses of Enum
com.amazonaws.services.gamelift.model.EC2InstanceType
Packages that use EC2InstanceType
-
Uses of EC2InstanceType in com.amazonaws.services.gamelift.model
Subclasses with type arguments of type EC2InstanceType in com.amazonaws.services.gamelift.modelMethods in com.amazonaws.services.gamelift.model that return EC2InstanceTypeModifier and TypeMethodDescriptionstatic EC2InstanceTypeUse this in place of valueOf.static EC2InstanceTypeReturns 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 TypeMethodDescriptionvoidCreateFleetRequest.setEC2InstanceType(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.voidDescribeEC2InstanceLimitsRequest.setEC2InstanceType(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.voidEC2InstanceLimit.setEC2InstanceType(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.voidFleetCapacity.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.