| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotDetails |
SnapshotDetails.addSectionsEntry(String key,
Section value)
Add a single Sections entry
|
SnapshotDetails |
SnapshotDetails.clearSectionsEntries()
Removes all the entries added into Sections.
|
SnapshotDetails |
SnapshotDetails.clone() |
SnapshotDetails |
UpdateSnapshotResult.getSnapshot()
Properties that provide details of the updated snapshot.
|
SnapshotDetails |
GetSnapshotResult.getSnapshot()
Properties that provide details of the snapshot.
|
SnapshotDetails |
CreateSnapshotResult.getSnapshot()
Properties that provide details of the created snapshot.
|
SnapshotDetails |
SnapshotDetails.withCreated(Date created)
The timestamp of when the snapshot was created.
|
SnapshotDetails |
SnapshotDetails.withDescription(String description)
The description of the snapshot.
|
SnapshotDetails |
SnapshotDetails.withId(String id)
The identifier of the snapshot.
|
SnapshotDetails |
SnapshotDetails.withLastUpdated(Date lastUpdated)
The timestamp of when the snapshot was last updated.
|
SnapshotDetails |
SnapshotDetails.withSections(Map<String,Section> sections)
The sections in the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSnapshotResult.setSnapshot(SnapshotDetails snapshot)
Properties that provide details of the updated snapshot.
|
void |
GetSnapshotResult.setSnapshot(SnapshotDetails snapshot)
Properties that provide details of the snapshot.
|
void |
CreateSnapshotResult.setSnapshot(SnapshotDetails snapshot)
Properties that provide details of the created snapshot.
|
UpdateSnapshotResult |
UpdateSnapshotResult.withSnapshot(SnapshotDetails snapshot)
Properties that provide details of the updated snapshot.
|
GetSnapshotResult |
GetSnapshotResult.withSnapshot(SnapshotDetails snapshot)
Properties that provide details of the snapshot.
|
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(SnapshotDetails snapshot)
Properties that provide details of the created snapshot.
|
Copyright © 2023. All rights reserved.