| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameSession |
UpdateGameSessionResponse.gameSession()
Object that contains the updated game session metadata.
|
GameSession |
GameSessionDetail.gameSession()
Object that describes a game session.
|
GameSession |
CreateGameSessionResponse.gameSession()
Object that describes the newly created game session record.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSession> |
SearchGameSessionsResponse.gameSessions()
Collection of objects containing game session properties for each session matching the request.
|
List<GameSession> |
DescribeGameSessionsResponse.gameSessions()
Collection of objects containing game session properties for each session matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionResponse.Builder |
UpdateGameSessionResponse.Builder.gameSession(GameSession gameSession)
Object that contains the updated game session metadata.
|
GameSessionDetail.Builder |
GameSessionDetail.Builder.gameSession(GameSession gameSession)
Object that describes a game session.
|
CreateGameSessionResponse.Builder |
CreateGameSessionResponse.Builder.gameSession(GameSession gameSession)
Object that describes the newly created game session record.
|
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.Builder.gameSessions(GameSession... gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.gameSessions(GameSession... gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.Builder.gameSessions(Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.gameSessions(Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
Copyright © 2019. All rights reserved.