Uses of Enum
com.amazonaws.services.gamelift.model.ProtectionPolicy
Packages that use ProtectionPolicy
-
Uses of ProtectionPolicy in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return ProtectionPolicyModifier and TypeMethodDescriptionstatic ProtectionPolicy
Use this in place of valueOf.static ProtectionPolicy
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.Methods in com.amazonaws.services.gamelift.model with parameters of type ProtectionPolicyModifier and TypeMethodDescriptionvoid
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.withNewGameSessionProtectionPolicy
(ProtectionPolicy newGameSessionProtectionPolicy) Game session protection policy to apply to all instances created in this fleet.FleetAttributes.withNewGameSessionProtectionPolicy
(ProtectionPolicy newGameSessionProtectionPolicy) Type of game session protection to set for all new instances started in the fleet.UpdateFleetAttributesRequest.withNewGameSessionProtectionPolicy
(ProtectionPolicy newGameSessionProtectionPolicy) Game session protection policy to apply to all new instances created in this fleet.GameSessionDetail.withProtectionPolicy
(ProtectionPolicy protectionPolicy) Current status of protection for the game session.UpdateGameSessionRequest.withProtectionPolicy
(ProtectionPolicy protectionPolicy) Game session protection policy to apply to this game session only.