| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| Modifier and Type | Method and Description |
|---|---|
default CreatePlayerSessionsResponse |
GameLiftClient.createPlayerSessions(Consumer<CreatePlayerSessionsRequest.Builder> createPlayerSessionsRequest)
Adds a group of players to a game session.
|
default CreatePlayerSessionsResponse |
GameLiftClient.createPlayerSessions(CreatePlayerSessionsRequest createPlayerSessionsRequest)
Adds a group of players to a game session.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreatePlayerSessionsResponse> |
GameLiftAsyncClient.createPlayerSessions(Consumer<CreatePlayerSessionsRequest.Builder> createPlayerSessionsRequest)
Adds a group of players to a game session.
|
default CompletableFuture<CreatePlayerSessionsResponse> |
GameLiftAsyncClient.createPlayerSessions(CreatePlayerSessionsRequest createPlayerSessionsRequest)
Adds a group of players to a game session.
|
Copyright © 2019. All rights reserved.