| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
EC2InstanceCounts |
EC2InstanceCounts.clone() |
EC2InstanceCounts |
FleetCapacity.getInstanceCounts() |
EC2InstanceCounts |
EC2InstanceCounts.withACTIVE(Integer aCTIVE)
Actual number of instances that are ready to host game sessions.
|
EC2InstanceCounts |
EC2InstanceCounts.withDESIRED(Integer dESIRED)
Requested 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) |
FleetCapacity |
FleetCapacity.withInstanceCounts(EC2InstanceCounts instanceCounts) |
Copyright © 2023. All rights reserved.