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