| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotSummary |
SnapshotSummary.clone() |
SnapshotSummary |
SnapshotSummary.withCreated(Date created)
The timestamp of when the snapshot was created.
|
SnapshotSummary |
SnapshotSummary.withDescription(String description)
The description of the snapshot.
|
SnapshotSummary |
SnapshotSummary.withId(String id)
The identifier of the snapshot.
|
SnapshotSummary |
SnapshotSummary.withLastUpdated(Date lastUpdated)
Then timestamp of when the snapshot was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotSummary> |
ListSnapshotsResult.getSnapshots()
A list of snapshot summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResult |
ListSnapshotsResult.withSnapshots(SnapshotSummary... snapshots)
A list of snapshot summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSnapshotsResult.setSnapshots(Collection<SnapshotSummary> snapshots)
A list of snapshot summaries.
|
ListSnapshotsResult |
ListSnapshotsResult.withSnapshots(Collection<SnapshotSummary> snapshots)
A list of snapshot summaries.
|
Copyright © 2023. All rights reserved.