Uses of Enum
com.amazonaws.services.gamelift.model.GameSessionStatus
Packages that use GameSessionStatus
-
Uses of GameSessionStatus in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return GameSessionStatusModifier and TypeMethodDescriptionstatic GameSessionStatus
Use this in place of valueOf.static GameSessionStatus
Returns the enum constant of this type with the specified name.static GameSessionStatus[]
GameSessionStatus.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 GameSessionStatusModifier and TypeMethodDescriptionvoid
GameSession.setStatus
(GameSessionStatus status) Current status of the game session.GameSession.withStatus
(GameSessionStatus status) Current status of the game session.