| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks |
|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSnapshotsResult> |
AWSGameSparksAsyncClient.listSnapshotsAsync(ListSnapshotsRequest request,
AsyncHandler<ListSnapshotsRequest,ListSnapshotsResult> asyncHandler) |
Future<ListSnapshotsResult> |
AbstractAWSGameSparksAsync.listSnapshotsAsync(ListSnapshotsRequest request,
AsyncHandler<ListSnapshotsRequest,ListSnapshotsResult> asyncHandler) |
Future<ListSnapshotsResult> |
AWSGameSparksAsync.listSnapshotsAsync(ListSnapshotsRequest listSnapshotsRequest,
AsyncHandler<ListSnapshotsRequest,ListSnapshotsResult> asyncHandler)
Gets a paginated list of snapshot summaries from the game.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsRequest |
ListSnapshotsRequest.clone() |
ListSnapshotsRequest |
ListSnapshotsRequest.withGameName(String gameName)
The name of the game.
|
ListSnapshotsRequest |
ListSnapshotsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListSnapshotsRequest |
ListSnapshotsRequest.withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
Copyright © 2023. All rights reserved.