| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
SectionModification |
SectionModification.clone() |
SectionModification |
SectionModification.withOperation(Operation operation)
The operation to be performed on a configuration section.
|
SectionModification |
SectionModification.withOperation(String operation)
The operation to be performed on a configuration section.
|
SectionModification |
SectionModification.withPath(String path)
The path within the section content to be modified.
|
SectionModification |
SectionModification.withSection(String section)
The name of the section to be modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<SectionModification> |
UpdateGameConfigurationRequest.getModifications()
The list of modifications to make.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGameConfigurationRequest |
UpdateGameConfigurationRequest.withModifications(SectionModification... modifications)
The list of modifications to make.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGameConfigurationRequest.setModifications(Collection<SectionModification> modifications)
The list of modifications to make.
|
UpdateGameConfigurationRequest |
UpdateGameConfigurationRequest.withModifications(Collection<SectionModification> modifications)
The list of modifications to make.
|
Copyright © 2022. All rights reserved.