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 GameSessionStatusGameSessionStatus. fromValue(String value)Use this in place of valueOf.static GameSessionStatusGameSessionStatus. 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 voidGameSession. setStatus(GameSessionStatus status)Current status of the game session.GameSessionGameSession. withStatus(GameSessionStatus status)Current status of the game session.
-