| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
EC2InstanceLimit |
EC2InstanceLimit.clone() |
EC2InstanceLimit |
EC2InstanceLimit.withCurrentInstances(Integer currentInstances)
Number of instances of the specified type that are currently in use by this AWS account.
|
EC2InstanceLimit |
EC2InstanceLimit.withEC2InstanceType(EC2InstanceType eC2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
EC2InstanceLimit |
EC2InstanceLimit.withEC2InstanceType(String eC2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
EC2InstanceLimit |
EC2InstanceLimit.withInstanceLimit(Integer instanceLimit)
Number of instances allowed.
|
| Modifier and Type | Method and Description |
|---|---|
List<EC2InstanceLimit> |
DescribeEC2InstanceLimitsResult.getEC2InstanceLimits()
The maximum number of instances for the specified instance type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEC2InstanceLimitsResult |
DescribeEC2InstanceLimitsResult.withEC2InstanceLimits(EC2InstanceLimit... eC2InstanceLimits)
The maximum number of instances for the specified instance type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEC2InstanceLimitsResult.setEC2InstanceLimits(Collection<EC2InstanceLimit> eC2InstanceLimits)
The maximum number of instances for the specified instance type.
|
DescribeEC2InstanceLimitsResult |
DescribeEC2InstanceLimitsResult.withEC2InstanceLimits(Collection<EC2InstanceLimit> eC2InstanceLimits)
The maximum number of instances for the specified instance type.
|
Copyright © 2020. All rights reserved.