| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
PlacedPlayerSession |
PlacedPlayerSession.clone() |
PlacedPlayerSession |
PlacedPlayerSession.withPlayerId(String playerId)
A unique identifier for a player that is associated with this player session.
|
PlacedPlayerSession |
PlacedPlayerSession.withPlayerSessionId(String playerSessionId)
A unique identifier for a player session.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlacedPlayerSession> |
GameSessionPlacement.getPlacedPlayerSessions()
A collection of information on player sessions created in response to the game session placement request.
|
| Modifier and Type | Method and Description |
|---|---|
GameSessionPlacement |
GameSessionPlacement.withPlacedPlayerSessions(PlacedPlayerSession... placedPlayerSessions)
A collection of information on player sessions created in response to the game session placement request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameSessionPlacement.setPlacedPlayerSessions(Collection<PlacedPlayerSession> placedPlayerSessions)
A collection of information on player sessions created in response to the game session placement request.
|
GameSessionPlacement |
GameSessionPlacement.withPlacedPlayerSessions(Collection<PlacedPlayerSession> placedPlayerSessions)
A collection of information on player sessions created in response to the game session placement request.
|
Copyright © 2020. All rights reserved.