| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
FleetUtilization.Builder |
FleetUtilization.Builder.activeGameSessionCount(Integer activeGameSessionCount)
The number of active game sessions that are currently being hosted across all instances in the fleet
location.
|
FleetUtilization.Builder |
FleetUtilization.Builder.activeServerProcessCount(Integer activeServerProcessCount)
The number of server processes in
ACTIVE status that are currently running across all instances
in the fleet location. |
static FleetUtilization.Builder |
FleetUtilization.builder() |
FleetUtilization.Builder |
FleetUtilization.Builder.currentPlayerSessionCount(Integer currentPlayerSessionCount)
The number of active player sessions that are currently being hosted across all instances in the fleet
location.
|
FleetUtilization.Builder |
FleetUtilization.Builder.fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it.
|
FleetUtilization.Builder |
FleetUtilization.Builder.fleetId(String fleetId)
A unique identifier for the fleet associated with the location.
|
FleetUtilization.Builder |
FleetUtilization.Builder.location(String location)
The fleet location for the fleet utilization information, expressed as an AWS Region code, such as
us-west-2. |
FleetUtilization.Builder |
FleetUtilization.Builder.maximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players allowed across all game sessions that are currently being hosted across all
instances in the fleet location.
|
FleetUtilization.Builder |
FleetUtilization.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FleetUtilization.Builder> |
FleetUtilization.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFleetLocationUtilizationResponse.Builder |
DescribeFleetLocationUtilizationResponse.Builder.fleetUtilization(Consumer<FleetUtilization.Builder> fleetUtilization)
Utilization information for the requested fleet location.
|
Copyright © 2021. All rights reserved.