| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| software.amazon.awssdk.services.gamesparks.paginators | |
| software.amazon.awssdk.services.gamesparks.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListGamesResponse |
GameSparksClient.listGames(ListGamesRequest listGamesRequest)
Gets a paginated list of games.
|
default CompletableFuture<ListGamesResponse> |
GameSparksAsyncClient.listGames(ListGamesRequest listGamesRequest)
Gets a paginated list of games.
|
default ListGamesIterable |
GameSparksClient.listGamesPaginator(ListGamesRequest listGamesRequest)
Gets a paginated list of games.
|
default ListGamesPublisher |
GameSparksAsyncClient.listGamesPaginator(ListGamesRequest listGamesRequest)
Gets a paginated list of games.
|
| Constructor and Description |
|---|
ListGamesIterable(GameSparksClient client,
ListGamesRequest firstRequest) |
ListGamesPublisher(GameSparksAsyncClient client,
ListGamesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGamesRequestMarshaller.marshall(ListGamesRequest listGamesRequest) |
Copyright © 2022. All rights reserved.