Uses of Class
software.amazon.awssdk.services.gamelift.model.GameSessionFullException
-
Packages that use GameSessionFullException 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 GameSessionFullException in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that throw GameSessionFullException 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.
-