Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
static ProtectionPolicy |
ProtectionPolicy.fromValue(String value)
Use this in place of valueOf.
|
static ProtectionPolicy |
ProtectionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionPolicy[] |
ProtectionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateFleetAttributesRequest.setNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Game session protection policy to apply to all new instances created in
this fleet.
|
void |
CreateFleetRequest.setNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Game session protection policy to apply to all instances created in this
fleet.
|
void |
FleetAttributes.setNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Type of game session protection to set for all new instances started in
the fleet.
|
void |
UpdateGameSessionRequest.setProtectionPolicy(ProtectionPolicy protectionPolicy)
Game session protection policy to apply to this game session only.
|
void |
GameSessionDetail.setProtectionPolicy(ProtectionPolicy protectionPolicy)
Current status of protection for the game session.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Game session protection policy to apply to all new instances created in
this fleet.
|
CreateFleetRequest |
CreateFleetRequest.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Game session protection policy to apply to all instances created in this
fleet.
|
FleetAttributes |
FleetAttributes.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)
Type of game session protection to set for all new instances started in
the fleet.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withProtectionPolicy(ProtectionPolicy protectionPolicy)
Game session protection policy to apply to this game session only.
|
GameSessionDetail |
GameSessionDetail.withProtectionPolicy(ProtectionPolicy protectionPolicy)
Current status of protection for the game session.
|
Copyright © 2018. All rights reserved.