| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| Modifier and Type | Method and Description |
|---|---|
default GetSnapshotResponse |
GameSparksClient.getSnapshot(Consumer<GetSnapshotRequest.Builder> getSnapshotRequest)
Gets a copy of the game configuration in a snapshot.
|
default GetSnapshotResponse |
GameSparksClient.getSnapshot(GetSnapshotRequest getSnapshotRequest)
Gets a copy of the game configuration in a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSnapshotResponse> |
GameSparksAsyncClient.getSnapshot(Consumer<GetSnapshotRequest.Builder> getSnapshotRequest)
Gets a copy of the game configuration in a snapshot.
|
default CompletableFuture<GetSnapshotResponse> |
GameSparksAsyncClient.getSnapshot(GetSnapshotRequest getSnapshotRequest)
Gets a copy of the game configuration in a snapshot.
|
Copyright © 2022. All rights reserved.