| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionConnectionInfo |
GameSessionConnectionInfo.clone() |
GameSessionConnectionInfo |
MatchmakingTicket.getGameSessionConnectionInfo()
Identifier and connection information of the game session created for the match.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withGameSessionArn(String gameSessionArn)
Amazon Resource Name (ARN) that
is assigned to a game session and uniquely identifies it.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withIpAddress(String ipAddress)
IP address of the game session.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withMatchedPlayerSessions(Collection<MatchedPlayerSession> matchedPlayerSessions)
Collection of player session IDs, one for each player ID that was included in the original matchmaking request.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withMatchedPlayerSessions(MatchedPlayerSession... matchedPlayerSessions)
Collection of player session IDs, one for each player ID that was included in the original matchmaking request.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withPort(Integer port)
Port number for the game session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchmakingTicket.setGameSessionConnectionInfo(GameSessionConnectionInfo gameSessionConnectionInfo)
Identifier and connection information of the game session created for the match.
|
MatchmakingTicket |
MatchmakingTicket.withGameSessionConnectionInfo(GameSessionConnectionInfo gameSessionConnectionInfo)
Identifier and connection information of the game session created for the match.
|
Copyright © 2017. All rights reserved.