| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| Modifier and Type | Method and Description |
|---|---|
default CreatePlayerSessionResponse |
GameLiftClient.createPlayerSession(Consumer<CreatePlayerSessionRequest.Builder> createPlayerSessionRequest)
Reserves an open player slot in an active game session.
|
default CreatePlayerSessionResponse |
GameLiftClient.createPlayerSession(CreatePlayerSessionRequest createPlayerSessionRequest)
Reserves an open player slot in an active game session.
|
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.
|
Copyright © 2021. All rights reserved.