| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameServerProtectionPolicy |
GameServerProtectionPolicy.fromValue(String value)
Use this in place of valueOf.
|
static GameServerProtectionPolicy |
GameServerProtectionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameServerProtectionPolicy[] |
GameServerProtectionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GameServerGroup |
GameServerGroup.withGameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
UpdateGameServerGroupRequest |
UpdateGameServerGroupRequest.withGameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
CreateGameServerGroupRequest |
CreateGameServerGroupRequest.withGameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
Copyright © 2024. All rights reserved.