Uses of Class
software.amazon.awssdk.services.gamelift.model.InvalidGameSessionStatusException
-
Packages that use InvalidGameSessionStatusException Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of InvalidGameSessionStatusException in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that throw InvalidGameSessionStatusException Modifier and Type Method Description default CreatePlayerSessionResponseGameLiftClient. createPlayerSession(Consumer<CreatePlayerSessionRequest.Builder> createPlayerSessionRequest)Reserves an open player slot in a game session for a player.default CreatePlayerSessionResponseGameLiftClient. createPlayerSession(CreatePlayerSessionRequest createPlayerSessionRequest)Reserves an open player slot in a game session for a player.default CreatePlayerSessionsResponseGameLiftClient. createPlayerSessions(Consumer<CreatePlayerSessionsRequest.Builder> createPlayerSessionsRequest)Reserves open slots in a game session for a group of players.default CreatePlayerSessionsResponseGameLiftClient. createPlayerSessions(CreatePlayerSessionsRequest createPlayerSessionsRequest)Reserves open slots in a game session for a group of players.default UpdateGameSessionResponseGameLiftClient. updateGameSession(Consumer<UpdateGameSessionRequest.Builder> updateGameSessionRequest)Updates the mutable properties of a game session.default UpdateGameSessionResponseGameLiftClient. updateGameSession(UpdateGameSessionRequest updateGameSessionRequest)Updates the mutable properties of a game session.
-