| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.builder() |
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.Builder.gameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session that matches the request.
|
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.Builder.gameSessions(Consumer<GameSession.Builder>... gameSessions)
A collection of objects containing game session properties for each session that matches the request.
|
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.Builder.gameSessions(GameSession... gameSessions)
A collection of objects containing game session properties for each session that matches the request.
|
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.Builder.nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
SearchGameSessionsResponse.Builder |
SearchGameSessionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchGameSessionsResponse.Builder> |
SearchGameSessionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.