| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
EC2InstanceCounts |
EC2InstanceCounts.clone() |
EC2InstanceCounts |
FleetCapacity.getInstanceCounts()
The current instance count and capacity settings for the fleet location.
|
EC2InstanceCounts |
EC2InstanceCounts.withACTIVE(Integer aCTIVE)
Actual number of instances that are ready to host game sessions.
|
EC2InstanceCounts |
EC2InstanceCounts.withDESIRED(Integer dESIRED)
Ideal number of active instances.
|
EC2InstanceCounts |
EC2InstanceCounts.withIDLE(Integer iDLE)
Number of active instances that are not currently hosting a game session.
|
EC2InstanceCounts |
EC2InstanceCounts.withMAXIMUM(Integer mAXIMUM)
The maximum instance count value allowed.
|
EC2InstanceCounts |
EC2InstanceCounts.withMINIMUM(Integer mINIMUM)
The minimum instance count value allowed.
|
EC2InstanceCounts |
EC2InstanceCounts.withPENDING(Integer pENDING)
Number of instances that are starting but not yet active.
|
EC2InstanceCounts |
EC2InstanceCounts.withTERMINATING(Integer tERMINATING)
Number of instances that are no longer active but haven't yet been terminated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FleetCapacity.setInstanceCounts(EC2InstanceCounts instanceCounts)
The current instance count and capacity settings for the fleet location.
|
FleetCapacity |
FleetCapacity.withInstanceCounts(EC2InstanceCounts instanceCounts)
The current instance count and capacity settings for the fleet location.
|
Copyright © 2021. All rights reserved.