Uses of Enum
com.amazonaws.services.gamelift.model.GameSessionStatus
Packages that use GameSessionStatus
-
Uses of GameSessionStatus in com.amazonaws.services.gamelift.model
Subclasses with type arguments of type GameSessionStatus in com.amazonaws.services.gamelift.modelMethods in com.amazonaws.services.gamelift.model that return GameSessionStatusModifier and TypeMethodDescriptionstatic GameSessionStatusUse this in place of valueOf.static GameSessionStatusReturns 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 TypeMethodDescriptionvoidGameSession.setStatus(GameSessionStatus status) Current status of the game session.GameSession.withStatus(GameSessionStatus status) Current status of the game session.