| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| software.amazon.awssdk.services.gamesparks.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStagesResponse |
GameSparksClient.listStages(Consumer<ListStagesRequest.Builder> listStagesRequest)
Gets a paginated list of stage summaries from the game.
|
default ListStagesResponse |
GameSparksClient.listStages(ListStagesRequest listStagesRequest)
Gets a paginated list of stage summaries from the game.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStagesResponse> |
GameSparksAsyncClient.listStages(Consumer<ListStagesRequest.Builder> listStagesRequest)
Gets a paginated list of stage summaries from the game.
|
default CompletableFuture<ListStagesResponse> |
GameSparksAsyncClient.listStages(ListStagesRequest listStagesRequest)
Gets a paginated list of stage summaries from the game.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStagesResponse> |
ListStagesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStagesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStagesResponse> subscriber) |
Copyright © 2022. All rights reserved.