| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Section |
Section.clone() |
Section |
Section.withName(String name)
The name of the section.
|
Section |
Section.withSize(Integer size)
The size, in bytes, of the section contents.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Section> |
GameConfigurationDetails.getSections()
Configuration data, organized by section name.
|
Map<String,Section> |
SnapshotDetails.getSections()
The sections in the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
GameConfigurationDetails |
GameConfigurationDetails.addSectionsEntry(String key,
Section value)
Add a single Sections entry
|
SnapshotDetails |
SnapshotDetails.addSectionsEntry(String key,
Section value)
Add a single Sections entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameConfigurationDetails.setSections(Map<String,Section> sections)
Configuration data, organized by section name.
|
void |
SnapshotDetails.setSections(Map<String,Section> sections)
The sections in the snapshot.
|
GameConfigurationDetails |
GameConfigurationDetails.withSections(Map<String,Section> sections)
Configuration data, organized by section name.
|
SnapshotDetails |
SnapshotDetails.withSections(Map<String,Section> sections)
The sections in the snapshot.
|
Copyright © 2023. All rights reserved.