| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
DesiredPlayerSession |
DesiredPlayerSession.clone() |
DesiredPlayerSession |
DesiredPlayerSession.withPlayerData(String playerData)
Developer-defined information related to a player.
|
DesiredPlayerSession |
DesiredPlayerSession.withPlayerId(String playerId)
Unique identifier for a player to associate with the player session.
|
| Modifier and Type | Method and Description |
|---|---|
List<DesiredPlayerSession> |
StartGameSessionPlacementRequest.getDesiredPlayerSessions()
Set of information on each player to create a player session for.
|
| Modifier and Type | Method and Description |
|---|---|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withDesiredPlayerSessions(DesiredPlayerSession... desiredPlayerSessions)
Set of information on each player to create a player session for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartGameSessionPlacementRequest.setDesiredPlayerSessions(Collection<DesiredPlayerSession> desiredPlayerSessions)
Set of information on each player to create a player session for.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withDesiredPlayerSessions(Collection<DesiredPlayerSession> desiredPlayerSessions)
Set of information on each player to create a player session for.
|
Copyright © 2017. All rights reserved.