| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| software.amazon.awssdk.services.gamesparks.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSnapshotsResponse |
GameSparksClient.listSnapshots(Consumer<ListSnapshotsRequest.Builder> listSnapshotsRequest)
Gets a paginated list of snapshot summaries from the game.
|
default ListSnapshotsResponse |
GameSparksClient.listSnapshots(ListSnapshotsRequest listSnapshotsRequest)
Gets a paginated list of snapshot summaries from the game.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSnapshotsResponse> |
GameSparksAsyncClient.listSnapshots(Consumer<ListSnapshotsRequest.Builder> listSnapshotsRequest)
Gets a paginated list of snapshot summaries from the game.
|
default CompletableFuture<ListSnapshotsResponse> |
GameSparksAsyncClient.listSnapshots(ListSnapshotsRequest listSnapshotsRequest)
Gets a paginated list of snapshot summaries from the game.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSnapshotsResponse> |
ListSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSnapshotsResponse> subscriber) |
Copyright © 2022. All rights reserved.