| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameServerUtilizationStatus |
GameServerUtilizationStatus.fromValue(String value)
Use this in place of valueOf.
|
static GameServerUtilizationStatus |
GameServerUtilizationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameServerUtilizationStatus[] |
GameServerUtilizationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GameServer |
GameServer.withUtilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is currently available for new games or is busy.
|
UpdateGameServerRequest |
UpdateGameServerRequest.withUtilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
|
Copyright © 2023. All rights reserved.