| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchConfig |
LaunchConfig.addEnvironmentVariablesEntry(String key,
String value) |
LaunchConfig |
LaunchConfig.clearEnvironmentVariablesEntries()
Removes all the entries added into EnvironmentVariables.
|
LaunchConfig |
LaunchConfig.clone() |
LaunchConfig |
SimulationApplicationConfig.getLaunchConfig()
The launch configuration for the simulation application.
|
LaunchConfig |
RobotApplicationConfig.getLaunchConfig()
The launch configuration for the robot application.
|
LaunchConfig |
LaunchConfig.withEnvironmentVariables(Map<String,String> environmentVariables)
The environment variables for the application launch.
|
LaunchConfig |
LaunchConfig.withLaunchFile(String launchFile)
The launch file.
|
LaunchConfig |
LaunchConfig.withPackageName(String packageName)
The package name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationApplicationConfig.setLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the simulation application.
|
void |
RobotApplicationConfig.setLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the robot application.
|
SimulationApplicationConfig |
SimulationApplicationConfig.withLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the simulation application.
|
RobotApplicationConfig |
RobotApplicationConfig.withLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the robot application.
|
Copyright © 2019. All rights reserved.