Uses of Class
software.amazon.awssdk.services.robomaker.model.Tool
-
Packages that use Tool Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of Tool in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type Tool Modifier and Type Method Description List<Tool>RobotApplicationConfig. tools()Information about tools configured for the robot application.List<Tool>SimulationApplicationConfig. tools()Information about tools configured for the simulation application.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type Tool Modifier and Type Method Description RobotApplicationConfig.BuilderRobotApplicationConfig.Builder. tools(Tool... tools)Information about tools configured for the robot application.SimulationApplicationConfig.BuilderSimulationApplicationConfig.Builder. tools(Tool... tools)Information about tools configured for the simulation application.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type Tool Modifier and Type Method Description RobotApplicationConfig.BuilderRobotApplicationConfig.Builder. tools(Collection<Tool> tools)Information about tools configured for the robot application.SimulationApplicationConfig.BuilderSimulationApplicationConfig.Builder. tools(Collection<Tool> tools)Information about tools configured for the simulation application.
-