| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
default ExportSnapshotResponse |
GameSparksClient.exportSnapshot(Consumer<ExportSnapshotRequest.Builder> exportSnapshotRequest)
Exports a game configuration snapshot.
|
default CompletableFuture<ExportSnapshotResponse> |
GameSparksAsyncClient.exportSnapshot(Consumer<ExportSnapshotRequest.Builder> exportSnapshotRequest)
Exports a game configuration snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportSnapshotRequest.Builder |
ExportSnapshotRequest.builder() |
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.Builder.gameName(String gameName)
The name of the game.
|
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.Builder.snapshotId(String snapshotId)
The identifier of the snapshot to export.
|
ExportSnapshotRequest.Builder |
ExportSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportSnapshotRequest.Builder> |
ExportSnapshotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.