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 |
UpdateFleetAttributesRequest.setNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy) |
Game session protection policy to apply to all new instances created in
this fleet.
|
void |
GameSessionDetail.setProtectionPolicy(ProtectionPolicy protectionPolicy) |
Current status of protection for the game session.
|
void |
UpdateGameSessionRequest.setProtectionPolicy(ProtectionPolicy protectionPolicy) |
Game session protection policy to apply to this game session only.
|
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.
|
UpdateFleetAttributesRequest |
UpdateFleetAttributesRequest.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy) |
Game session protection policy to apply to all new instances created in
this fleet.
|
GameSessionDetail |
GameSessionDetail.withProtectionPolicy(ProtectionPolicy protectionPolicy) |
Current status of protection for the game session.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withProtectionPolicy(ProtectionPolicy protectionPolicy) |
Game session protection policy to apply to this game session only.
|