| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.builder() |
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.gameSessions(Collection<GameSession> gameSessions)
Collection of objects containing game session properties for each session matching the request.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.gameSessions(Consumer<GameSession.Builder>... 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.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeGameSessionsResponse.Builder> |
DescribeGameSessionsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.