Uses of Class
com.amazonaws.services.gamelift.model.GameSessionStatus
-
Packages that use GameSessionStatus Package Description com.amazonaws.services.gamelift.model -
-
Uses of GameSessionStatus in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return GameSessionStatus Modifier and Type Method Description static GameSessionStatus
GameSessionStatus. fromValue(String value)
Use this in place of valueOf.static GameSessionStatus
GameSessionStatus. valueOf(String name)
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 GameSessionStatus Modifier and Type Method Description void
GameSession. setStatus(GameSessionStatus status)
Current status of the game session.GameSession
GameSession. withStatus(GameSessionStatus status)
Current status of the game session.
-