Uses of Class
software.amazon.awssdk.services.robomaker.model.WorldConfig
-
Packages that use WorldConfig Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of WorldConfig in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type WorldConfig Modifier and Type Method Description List<WorldConfig>SimulationApplicationConfig. worldConfigs()A list of world configurations.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type WorldConfig Modifier and Type Method Description SimulationApplicationConfig.BuilderSimulationApplicationConfig.Builder. worldConfigs(WorldConfig... worldConfigs)A list of world configurations.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type WorldConfig Modifier and Type Method Description SimulationApplicationConfig.BuilderSimulationApplicationConfig.Builder. worldConfigs(Collection<WorldConfig> worldConfigs)A list of world configurations.
-