Uses of Class
software.amazon.awssdk.services.robomaker.model.LaunchConfig
-
Packages that use LaunchConfig Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of LaunchConfig in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return LaunchConfig Modifier and Type Method Description LaunchConfigRobotApplicationConfig. launchConfig()The launch configuration for the robot application.LaunchConfigSimulationApplicationConfig. launchConfig()The launch configuration for the simulation application.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type LaunchConfig Modifier and Type Method Description RobotApplicationConfig.BuilderRobotApplicationConfig.Builder. launchConfig(LaunchConfig launchConfig)The launch configuration for the robot application.SimulationApplicationConfig.BuilderSimulationApplicationConfig.Builder. launchConfig(LaunchConfig launchConfig)The launch configuration for the simulation application.
-