| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| software.amazon.awssdk.services.gamesparks.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGamesResponse |
GameSparksClient.listGames(Consumer<ListGamesRequest.Builder> listGamesRequest)
Gets a paginated list of games.
|
default ListGamesResponse |
GameSparksClient.listGames(ListGamesRequest listGamesRequest)
Gets a paginated list of games.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGamesResponse> |
GameSparksAsyncClient.listGames(Consumer<ListGamesRequest.Builder> listGamesRequest)
Gets a paginated list of games.
|
default CompletableFuture<ListGamesResponse> |
GameSparksAsyncClient.listGames(ListGamesRequest listGamesRequest)
Gets a paginated list of games.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGamesResponse> |
ListGamesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGamesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGamesResponse> subscriber) |
Copyright © 2022. All rights reserved.