| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
WorldConfig |
WorldConfig.clone() |
WorldConfig |
WorldConfig.withWorld(String world)
The world generated by Simulation WorldForge.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorldConfig> |
SimulationApplicationConfig.getWorldConfigs()
A list of world configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SimulationApplicationConfig |
SimulationApplicationConfig.withWorldConfigs(WorldConfig... worldConfigs)
A list of world configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationApplicationConfig.setWorldConfigs(Collection<WorldConfig> worldConfigs)
A list of world configurations.
|
SimulationApplicationConfig |
SimulationApplicationConfig.withWorldConfigs(Collection<WorldConfig> worldConfigs)
A list of world configurations.
|
Copyright © 2022. All rights reserved.