| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
FleetUtilization.Builder |
FleetUtilization.Builder.activeGameSessionCount(Integer activeGameSessionCount)
Number of active game sessions currently being hosted on all instances in the fleet.
|
FleetUtilization.Builder |
FleetUtilization.Builder.activeServerProcessCount(Integer activeServerProcessCount)
Number of server processes in an
ACTIVE status currently running across all instances in the
fleet |
static FleetUtilization.Builder |
FleetUtilization.builder() |
FleetUtilization.Builder |
FleetUtilization.Builder.currentPlayerSessionCount(Integer currentPlayerSessionCount)
Number of active player sessions currently being hosted on all instances in the fleet.
|
FleetUtilization.Builder |
FleetUtilization.Builder.fleetId(String fleetId)
A unique identifier for a fleet.
|
FleetUtilization.Builder |
FleetUtilization.Builder.maximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players allowed across all game sessions currently being hosted on all instances in the
fleet.
|
FleetUtilization.Builder |
FleetUtilization.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FleetUtilization.Builder> |
FleetUtilization.serializableBuilderClass() |
Copyright © 2020. All rights reserved.