| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tool> |
SimulationApplicationConfig.tools()
Information about tools configured for the simulation application.
|
List<Tool> |
RobotApplicationConfig.tools()
Information about tools configured for the robot application.
|
| Modifier and Type | Method and Description |
|---|---|
SimulationApplicationConfig.Builder |
SimulationApplicationConfig.Builder.tools(Tool... tools)
Information about tools configured for the simulation application.
|
RobotApplicationConfig.Builder |
RobotApplicationConfig.Builder.tools(Tool... tools)
Information about tools configured for the robot application.
|
| Modifier and Type | Method and Description |
|---|---|
SimulationApplicationConfig.Builder |
SimulationApplicationConfig.Builder.tools(Collection<Tool> tools)
Information about tools configured for the simulation application.
|
RobotApplicationConfig.Builder |
RobotApplicationConfig.Builder.tools(Collection<Tool> tools)
Information about tools configured for the robot application.
|
Copyright © 2022. All rights reserved.