| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameServerUtilizationStatus |
GameServerUtilizationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GameServerUtilizationStatus |
GameServer.utilizationStatus()
Indicates whether the game server is currently available for new games or is busy.
|
GameServerUtilizationStatus |
UpdateGameServerRequest.utilizationStatus()
Indicates if the game server is available or is currently hosting gameplay.
|
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 |
|---|---|
static Set<GameServerUtilizationStatus> |
GameServerUtilizationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GameServer.Builder |
GameServer.Builder.utilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is currently available for new games or is busy.
|
UpdateGameServerRequest.Builder |
UpdateGameServerRequest.Builder.utilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates if the game server is available or is currently hosting gameplay.
|
Copyright © 2023. All rights reserved.