| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
EC2InstanceLimit |
EC2InstanceLimit.clone() |
EC2InstanceLimit |
EC2InstanceLimit.withCurrentInstances(Integer currentInstances)
The number of instances for the specified type and location that are currently being used by the Amazon Web
Services account.
|
EC2InstanceLimit |
EC2InstanceLimit.withEC2InstanceType(EC2InstanceType eC2InstanceType)
The name of an Amazon EC2 instance type.
|
EC2InstanceLimit |
EC2InstanceLimit.withEC2InstanceType(String eC2InstanceType)
The name of an Amazon EC2 instance type.
|
EC2InstanceLimit |
EC2InstanceLimit.withInstanceLimit(Integer instanceLimit)
The number of instances that is allowed for the specified instance type and location.
|
EC2InstanceLimit |
EC2InstanceLimit.withLocation(String location)
An Amazon Web Services Region code, such as
us-west-2. |
| 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 © 2024. All rights reserved.