| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
GameSession |
CreateGameSessionResponse.gameSession()
Object that describes the newly created game session record.
|
GameSession |
GameSessionDetail.gameSession()
Object that describes a game session.
|
GameSession |
UpdateGameSessionResponse.gameSession()
The updated game session properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSession> |
SearchGameSessionsResponse.gameSessions()
A collection of objects containing game session properties for each session that matches the request.
|
List<GameSession> |
DescribeGameSessionsResponse.gameSessions()
A collection of properties for each game session that matches the request.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameSessionResponse.Builder |
CreateGameSessionResponse.Builder.gameSession(GameSession gameSession)
Object that describes the newly created game session record.
|
GameSessionDetail.Builder |
GameSessionDetail.Builder.gameSession(GameSession gameSession)
Object that describes a game session.
|
UpdateGameSessionResponse.Builder |
UpdateGameSessionResponse.Builder.gameSession(GameSession gameSession)
The updated game session properties.
|
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.Builder.gameSessions(GameSession... gameSessions)
A collection of objects containing game session properties for each session that matches the request.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.gameSessions(GameSession... gameSessions)
A collection of properties for each game session that matches the request.
|
| Modifier and Type | Method and Description |
|---|---|
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.Builder.gameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session that matches the request.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.gameSessions(Collection<GameSession> gameSessions)
A collection of properties for each game session that matches the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<GameSession> |
SearchGameSessionsIterable.gameSessions()
Returns an iterable to iterate through the paginated
SearchGameSessionsResponse.gameSessions() member. |
SdkPublisher<GameSession> |
SearchGameSessionsPublisher.gameSessions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GameSession> |
DescribeGameSessionsIterable.gameSessions()
Returns an iterable to iterate through the paginated
DescribeGameSessionsResponse.gameSessions() member. |
SdkPublisher<GameSession> |
DescribeGameSessionsPublisher.gameSessions()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.