| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.builder() |
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.gameSessionArn(String gameSessionArn)
Amazon Resource Name (ARN)
that is assigned to a game session and uniquely identifies it.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.ipAddress(String ipAddress)
IP address of the game session.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.matchedPlayerSessions(Collection<MatchedPlayerSession> matchedPlayerSessions)
Collection of player session IDs, one for each player ID that was included in the original matchmaking
request.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.matchedPlayerSessions(Consumer<MatchedPlayerSession.Builder>... matchedPlayerSessions)
Collection of player session IDs, one for each player ID that was included in the original matchmaking
request.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.matchedPlayerSessions(MatchedPlayerSession... matchedPlayerSessions)
Collection of player session IDs, one for each player ID that was included in the original matchmaking
request.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.port(Integer port)
Port number for the game session.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GameSessionConnectionInfo.Builder> |
GameSessionConnectionInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MatchmakingTicket.Builder |
MatchmakingTicket.Builder.gameSessionConnectionInfo(Consumer<GameSessionConnectionInfo.Builder> gameSessionConnectionInfo)
Identifier and connection information of the game session created for the match.
|
Copyright © 2019. All rights reserved.