| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
Tool |
Tool.clone() |
Tool |
Tool.withCommand(String command)
Command-line arguments for the tool.
|
Tool |
Tool.withExitBehavior(ExitBehavior exitBehavior)
Exit behavior determines what happens when your tool quits running.
|
Tool |
Tool.withExitBehavior(String exitBehavior)
Exit behavior determines what happens when your tool quits running.
|
Tool |
Tool.withName(String name)
The name of the tool.
|
Tool |
Tool.withStreamOutputToCloudWatch(Boolean streamOutputToCloudWatch)
Boolean indicating whether logs will be recorded in CloudWatch for the tool.
|
Tool |
Tool.withStreamUI(Boolean streamUI)
Boolean indicating whether a streaming session will be configured for the tool.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tool> |
SimulationApplicationConfig.getTools()
Information about tools configured for the simulation application.
|
List<Tool> |
RobotApplicationConfig.getTools()
Information about tools configured for the robot application.
|
| Modifier and Type | Method and Description |
|---|---|
SimulationApplicationConfig |
SimulationApplicationConfig.withTools(Tool... tools)
Information about tools configured for the simulation application.
|
RobotApplicationConfig |
RobotApplicationConfig.withTools(Tool... tools)
Information about tools configured for the robot application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationApplicationConfig.setTools(Collection<Tool> tools)
Information about tools configured for the simulation application.
|
void |
RobotApplicationConfig.setTools(Collection<Tool> tools)
Information about tools configured for the robot application.
|
SimulationApplicationConfig |
SimulationApplicationConfig.withTools(Collection<Tool> tools)
Information about tools configured for the simulation application.
|
RobotApplicationConfig |
RobotApplicationConfig.withTools(Collection<Tool> tools)
Information about tools configured for the robot application.
|
Copyright © 2021. All rights reserved.