| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
MatchedPlayerSession |
MatchedPlayerSession.clone() |
MatchedPlayerSession |
MatchedPlayerSession.withPlayerId(String playerId)
Unique identifier for a player
|
MatchedPlayerSession |
MatchedPlayerSession.withPlayerSessionId(String playerSessionId)
Unique identifier for a player session
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchedPlayerSession> |
GameSessionConnectionInfo.getMatchedPlayerSessions()
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 |
GameSessionConnectionInfo.withMatchedPlayerSessions(MatchedPlayerSession... matchedPlayerSessions)
Collection of player session IDs, one for each player ID that was included in the original matchmaking request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameSessionConnectionInfo.setMatchedPlayerSessions(Collection<MatchedPlayerSession> matchedPlayerSessions)
Collection of player session IDs, one for each player ID that was included in the original matchmaking request.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withMatchedPlayerSessions(Collection<MatchedPlayerSession> matchedPlayerSessions)
Collection of player session IDs, one for each player ID that was included in the original matchmaking request.
|
Copyright © 2017. All rights reserved.