Uses of Class
com.amazonaws.services.gamelift.model.EC2InstanceLimit
-
Packages that use EC2InstanceLimit Package Description com.amazonaws.services.gamelift.model -
-
Uses of EC2InstanceLimit in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return EC2InstanceLimit Modifier and Type Method Description EC2InstanceLimitEC2InstanceLimit. clone()EC2InstanceLimitEC2InstanceLimit. withCurrentInstances(Integer currentInstances)Number of instances of the specified type that are currently in use by this AWS account.EC2InstanceLimitEC2InstanceLimit. withEC2InstanceType(EC2InstanceType eC2InstanceType)Type of EC2 instances used in the fleet.EC2InstanceLimitEC2InstanceLimit. withEC2InstanceType(String eC2InstanceType)Type of EC2 instances used in the fleet.EC2InstanceLimitEC2InstanceLimit. withInstanceLimit(Integer instanceLimit)Number of instances allowed.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type EC2InstanceLimit Modifier and Type Method Description List<EC2InstanceLimit>DescribeEC2InstanceLimitsResult. getEC2InstanceLimits()Object containing the maximum number of instances for the specified instance type.Methods in com.amazonaws.services.gamelift.model with parameters of type EC2InstanceLimit Modifier and Type Method Description DescribeEC2InstanceLimitsResultDescribeEC2InstanceLimitsResult. withEC2InstanceLimits(EC2InstanceLimit... eC2InstanceLimits)Object containing the maximum number of instances for the specified instance type.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type EC2InstanceLimit Modifier and Type Method Description voidDescribeEC2InstanceLimitsResult. setEC2InstanceLimits(Collection<EC2InstanceLimit> eC2InstanceLimits)Object containing the maximum number of instances for the specified instance type.DescribeEC2InstanceLimitsResultDescribeEC2InstanceLimitsResult. withEC2InstanceLimits(Collection<EC2InstanceLimit> eC2InstanceLimits)Object containing the maximum number of instances for the specified instance type.
-