| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSessionConnectionInfo |
GameSessionConnectionInfo.clone() |
GameSessionConnectionInfo |
MatchmakingTicket.getGameSessionConnectionInfo()
Connection information for a new game session.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withDnsName(String dnsName)
The DNS identifier assigned to the instance that is running the game session.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withGameSessionArn(String gameSessionArn)
A unique identifier for the game session.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withIpAddress(String ipAddress)
The IP address of the game session.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withMatchedPlayerSessions(Collection<MatchedPlayerSession> matchedPlayerSessions)
A collection of player session IDs, one for each player ID that was included in the original matchmaking request.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withMatchedPlayerSessions(MatchedPlayerSession... matchedPlayerSessions)
A collection of player session IDs, one for each player ID that was included in the original matchmaking request.
|
GameSessionConnectionInfo |
GameSessionConnectionInfo.withPort(Integer port)
The port number for the game session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchmakingTicket.setGameSessionConnectionInfo(GameSessionConnectionInfo gameSessionConnectionInfo)
Connection information for a new game session.
|
MatchmakingTicket |
MatchmakingTicket.withGameSessionConnectionInfo(GameSessionConnectionInfo gameSessionConnectionInfo)
Connection information for a new game session.
|
Copyright © 2025. All rights reserved.