| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks |
|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ExportSnapshotResult> |
AbstractAWSGameSparksAsync.exportSnapshotAsync(ExportSnapshotRequest request,
AsyncHandler<ExportSnapshotRequest,ExportSnapshotResult> asyncHandler) |
Future<ExportSnapshotResult> |
AWSGameSparksAsync.exportSnapshotAsync(ExportSnapshotRequest exportSnapshotRequest,
AsyncHandler<ExportSnapshotRequest,ExportSnapshotResult> asyncHandler)
Exports a game configuration snapshot.
|
Future<ExportSnapshotResult> |
AWSGameSparksAsyncClient.exportSnapshotAsync(ExportSnapshotRequest request,
AsyncHandler<ExportSnapshotRequest,ExportSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExportSnapshotRequest |
ExportSnapshotRequest.clone() |
ExportSnapshotRequest |
ExportSnapshotRequest.withGameName(String gameName)
The name of the game.
|
ExportSnapshotRequest |
ExportSnapshotRequest.withSnapshotId(String snapshotId)
The identifier of the snapshot to export.
|
Copyright © 2022. All rights reserved.