| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreatePlayerSessionResponse |
GameLiftClient.createPlayerSession(Consumer<CreatePlayerSessionRequest.Builder> createPlayerSessionRequest)
Reserves an open player slot in a game session for a player.
|
default CreatePlayerSessionResponse |
GameLiftClient.createPlayerSession(CreatePlayerSessionRequest createPlayerSessionRequest)
Reserves an open player slot in a game session for a player.
|
default CreatePlayerSessionsResponse |
GameLiftClient.createPlayerSessions(Consumer<CreatePlayerSessionsRequest.Builder> createPlayerSessionsRequest)
Reserves open slots in a game session for a group of players.
|
default CreatePlayerSessionsResponse |
GameLiftClient.createPlayerSessions(CreatePlayerSessionsRequest createPlayerSessionsRequest)
Reserves open slots in a game session for a group of players.
|
default UpdateGameSessionResponse |
GameLiftClient.updateGameSession(Consumer<UpdateGameSessionRequest.Builder> updateGameSessionRequest)
Updates the mutable properties of a game session.
|
default UpdateGameSessionResponse |
GameLiftClient.updateGameSession(UpdateGameSessionRequest updateGameSessionRequest)
Updates the mutable properties of a game session.
|
Copyright © 2023. All rights reserved.