| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<GameSessionDetail> |
DescribeGameSessionDetailsResponse.gameSessionDetails()
A collection of properties for each game session that matches the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionDetailsResponse.Builder |
DescribeGameSessionDetailsResponse.Builder.gameSessionDetails(GameSessionDetail... gameSessionDetails)
A collection of properties for each game session that matches the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionDetailsResponse.Builder |
DescribeGameSessionDetailsResponse.Builder.gameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)
A collection of properties for each game session that matches the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<GameSessionDetail> |
DescribeGameSessionDetailsIterable.gameSessionDetails()
Returns an iterable to iterate through the paginated
DescribeGameSessionDetailsResponse.gameSessionDetails() member. |
SdkPublisher<GameSessionDetail> |
DescribeGameSessionDetailsPublisher.gameSessionDetails()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.