| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
List<MatchedPlayerSession> |
GameSessionConnectionInfo.matchedPlayerSessions()
A collection of player session IDs, one for each player ID that was included in the original matchmaking request.
|
| Modifier and Type | Method and Description |
|---|---|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.matchedPlayerSessions(MatchedPlayerSession... matchedPlayerSessions)
A collection of player session IDs, one for each player ID that was included in the original matchmaking
request.
|
| Modifier and Type | Method and Description |
|---|---|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.matchedPlayerSessions(Collection<MatchedPlayerSession> matchedPlayerSessions)
A collection of player session IDs, one for each player ID that was included in the original matchmaking
request.
|
Copyright © 2020. All rights reserved.