Uses of Class
com.amazonaws.services.gamelift.model.EC2InstanceLimit
Packages that use EC2InstanceLimit
-
Uses of EC2InstanceLimit in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return EC2InstanceLimitModifier and TypeMethodDescriptionEC2InstanceLimit.clone()
EC2InstanceLimit.withCurrentInstances
(Integer currentInstances) Number of instances of the specified type that are currently in use by this AWS account.EC2InstanceLimit.withEC2InstanceType
(EC2InstanceType eC2InstanceType) Type of EC2 instances used in the fleet.EC2InstanceLimit.withEC2InstanceType
(String eC2InstanceType) Type of EC2 instances used in the fleet.EC2InstanceLimit.withInstanceLimit
(Integer instanceLimit) Number of instances allowed.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type EC2InstanceLimitModifier and TypeMethodDescriptionDescribeEC2InstanceLimitsResult.getEC2InstanceLimits()
Object containing the maximum number of instances for the specified instance type.Methods in com.amazonaws.services.gamelift.model with parameters of type EC2InstanceLimitModifier and TypeMethodDescriptionDescribeEC2InstanceLimitsResult.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 EC2InstanceLimitModifier and TypeMethodDescriptionvoid
DescribeEC2InstanceLimitsResult.setEC2InstanceLimits
(Collection<EC2InstanceLimit> eC2InstanceLimits) Object containing the maximum number of instances for the specified instance type.DescribeEC2InstanceLimitsResult.withEC2InstanceLimits
(Collection<EC2InstanceLimit> eC2InstanceLimits) Object containing the maximum number of instances for the specified instance type.