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)
Type of EC2 instances used in the fleet.
|
EC2InstanceLimit |
EC2InstanceLimit.withEC2InstanceType(String eC2InstanceType)
Type of EC2 instances used in the fleet.
|
EC2InstanceLimit |
EC2InstanceLimit.withInstanceLimit(Integer instanceLimit)
Number of instances allowed.
|
Modifier and Type | Method and Description |
---|---|
List<EC2InstanceLimit> |
DescribeEC2InstanceLimitsResult.getEC2InstanceLimits()
Object containing the maximum number of instances for the specified
instance type.
|
Modifier and Type | Method and Description |
---|---|
DescribeEC2InstanceLimitsResult |
DescribeEC2InstanceLimitsResult.withEC2InstanceLimits(EC2InstanceLimit... eC2InstanceLimits)
Object containing the maximum number of instances for the specified
instance type.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEC2InstanceLimitsResult.setEC2InstanceLimits(Collection<EC2InstanceLimit> eC2InstanceLimits)
Object containing the maximum number of instances for the specified
instance type.
|
DescribeEC2InstanceLimitsResult |
DescribeEC2InstanceLimitsResult.withEC2InstanceLimits(Collection<EC2InstanceLimit> eC2InstanceLimits)
Object containing the maximum number of instances for the specified
instance type.
|
Copyright © 2018. All rights reserved.