| 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)
A collection of properties for each game session that matches the request.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.gameSessions(Consumer<GameSession.Builder>... gameSessions)
A collection of properties for each game session that matches the request.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.gameSessions(GameSession... gameSessions)
A collection of properties for each game session that matches the request.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.Builder.nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
DescribeGameSessionsResponse.Builder |
DescribeGameSessionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeGameSessionsResponse.Builder> |
DescribeGameSessionsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.