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 ProtectionPolicyUse this in place of valueOf.static ProtectionPolicyReturns 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 TypeMethodDescriptionvoidCreateFleetRequest.setNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy) Game session protection policy to apply to all instances created in this fleet.voidFleetAttributes.setNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy) Type of game session protection to set for all new instances started in the fleet.voidUpdateFleetAttributesRequest.setNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy) Game session protection policy to apply to all new instances created in this fleet.voidGameSessionDetail.setProtectionPolicy(ProtectionPolicy protectionPolicy) Current status of protection for the game session.voidUpdateGameSessionRequest.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.