| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model | |
| software.amazon.awssdk.services.gamesparks.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<GameSummary> |
ListGamesResponse.games()
The list of games.
|
| Modifier and Type | Method and Description |
|---|---|
ListGamesResponse.Builder |
ListGamesResponse.Builder.games(GameSummary... games)
The list of games.
|
| Modifier and Type | Method and Description |
|---|---|
ListGamesResponse.Builder |
ListGamesResponse.Builder.games(Collection<GameSummary> games)
The list of games.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GameSummary> |
ListGamesPublisher.games()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GameSummary> |
ListGamesIterable.games()
Returns an iterable to iterate through the paginated
ListGamesResponse.games() member. |
Copyright © 2022. All rights reserved.