| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicaContainerGroupCounts |
ReplicaContainerGroupCounts.clone() |
ReplicaContainerGroupCounts |
FleetCapacity.getReplicaContainerGroupCounts()
This property is used with the Amazon GameLift containers feature, which is currently in public preview.
The number and status of replica container groups in a container fleet.
|
ReplicaContainerGroupCounts |
ReplicaContainerGroupCounts.withACTIVE(Integer aCTIVE)
The number of container groups that have active game sessions.
|
ReplicaContainerGroupCounts |
ReplicaContainerGroupCounts.withIDLE(Integer iDLE)
The number of container groups that have no active game sessions.
|
ReplicaContainerGroupCounts |
ReplicaContainerGroupCounts.withPENDING(Integer pENDING)
The number of container groups that are starting up but have not yet registered.
|
ReplicaContainerGroupCounts |
ReplicaContainerGroupCounts.withTERMINATING(Integer tERMINATING)
The number of container groups that are in the process of shutting down.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FleetCapacity.setReplicaContainerGroupCounts(ReplicaContainerGroupCounts replicaContainerGroupCounts)
This property is used with the Amazon GameLift containers feature, which is currently in public preview.
The number and status of replica container groups in a container fleet.
|
FleetCapacity |
FleetCapacity.withReplicaContainerGroupCounts(ReplicaContainerGroupCounts replicaContainerGroupCounts)
This property is used with the Amazon GameLift containers feature, which is currently in public preview.
The number and status of replica container groups in a container fleet.
|
Copyright © 2025. All rights reserved.