| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameServerProtectionPolicy |
GameServerProtectionPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GameServerProtectionPolicy |
CreateGameServerGroupRequest.gameServerProtectionPolicy()
A flag that indicates whether instances in the game server group are protected from early termination.
|
GameServerProtectionPolicy |
GameServerGroup.gameServerProtectionPolicy()
A flag that indicates whether instances in the game server group are protected from early termination.
|
GameServerProtectionPolicy |
UpdateGameServerGroupRequest.gameServerProtectionPolicy()
A flag that indicates whether instances in the game server group are protected from early termination.
|
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 |
|---|---|
static Set<GameServerProtectionPolicy> |
GameServerProtectionPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameServerGroupRequest.Builder |
CreateGameServerGroupRequest.Builder.gameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
GameServerGroup.Builder |
GameServerGroup.Builder.gameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
UpdateGameServerGroupRequest.Builder |
UpdateGameServerGroupRequest.Builder.gameServerProtectionPolicy(GameServerProtectionPolicy gameServerProtectionPolicy)
A flag that indicates whether instances in the game server group are protected from early termination.
|
Copyright © 2020. All rights reserved.