Uses of Class
software.amazon.awssdk.services.gamelift.model.ProtectionPolicy
-
Packages that use ProtectionPolicy Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ProtectionPolicy in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ProtectionPolicy Modifier and Type Method Description static ProtectionPolicyProtectionPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtectionPolicyContainerFleet. newGameSessionProtectionPolicy()Determines whether Amazon GameLift can shut down game sessions on the fleet that are actively running and hosting players.ProtectionPolicyCreateContainerFleetRequest. newGameSessionProtectionPolicy()Determines whether Amazon GameLift can shut down game sessions on the fleet that are actively running and hosting players.ProtectionPolicyCreateFleetRequest. newGameSessionProtectionPolicy()The status of termination protection for active game sessions on the fleet.ProtectionPolicyFleetAttributes. newGameSessionProtectionPolicy()The type of game session protection to set on all new instances that are started in the fleet.ProtectionPolicyUpdateContainerFleetRequest. newGameSessionProtectionPolicy()The game session protection policy to apply to all new game sessions that are started in this fleet.ProtectionPolicyUpdateFleetAttributesRequest. newGameSessionProtectionPolicy()The game session protection policy to apply to all new game sessions created in this fleet.ProtectionPolicyGameSessionDetail. protectionPolicy()Current status of protection for the game session.ProtectionPolicyUpdateGameSessionRequest. protectionPolicy()Game session protection policy to apply to this game session only.static ProtectionPolicyProtectionPolicy. 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.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ProtectionPolicy Modifier and Type Method Description static Set<ProtectionPolicy>ProtectionPolicy. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ProtectionPolicy Modifier and Type Method Description ContainerFleet.BuilderContainerFleet.Builder. newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)Determines whether Amazon GameLift can shut down game sessions on the fleet that are actively running and hosting players.CreateContainerFleetRequest.BuilderCreateContainerFleetRequest.Builder. newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)Determines whether Amazon GameLift can shut down game sessions on the fleet that are actively running and hosting players.CreateFleetRequest.BuilderCreateFleetRequest.Builder. newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)The status of termination protection for active game sessions on the fleet.FleetAttributes.BuilderFleetAttributes.Builder. newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)The type of game session protection to set on all new instances that are started in the fleet.UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)The game session protection policy to apply to all new game sessions that are started in this fleet.UpdateFleetAttributesRequest.BuilderUpdateFleetAttributesRequest.Builder. newGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy)The game session protection policy to apply to all new game sessions created in this fleet.GameSessionDetail.BuilderGameSessionDetail.Builder. protectionPolicy(ProtectionPolicy protectionPolicy)Current status of protection for the game session.UpdateGameSessionRequest.BuilderUpdateGameSessionRequest.Builder. protectionPolicy(ProtectionPolicy protectionPolicy)Game session protection policy to apply to this game session only.
-