Uses of Class
software.amazon.awssdk.services.robomaker.model.SourceConfig
-
Packages that use SourceConfig Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of SourceConfig in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type SourceConfig Modifier and Type Method Description List<SourceConfig>CreateRobotApplicationRequest. sources()The sources of the robot application.List<SourceConfig>CreateSimulationApplicationRequest. sources()The sources of the simulation application.List<SourceConfig>UpdateRobotApplicationRequest. sources()The sources of the robot application.List<SourceConfig>UpdateSimulationApplicationRequest. sources()The sources of the simulation application.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type SourceConfig Modifier and Type Method Description CreateRobotApplicationRequest.BuilderCreateRobotApplicationRequest.Builder. sources(SourceConfig... sources)The sources of the robot application.CreateSimulationApplicationRequest.BuilderCreateSimulationApplicationRequest.Builder. sources(SourceConfig... sources)The sources of the simulation application.UpdateRobotApplicationRequest.BuilderUpdateRobotApplicationRequest.Builder. sources(SourceConfig... sources)The sources of the robot application.UpdateSimulationApplicationRequest.BuilderUpdateSimulationApplicationRequest.Builder. sources(SourceConfig... sources)The sources of the simulation application.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type SourceConfig Modifier and Type Method Description CreateRobotApplicationRequest.BuilderCreateRobotApplicationRequest.Builder. sources(Collection<SourceConfig> sources)The sources of the robot application.CreateSimulationApplicationRequest.BuilderCreateSimulationApplicationRequest.Builder. sources(Collection<SourceConfig> sources)The sources of the simulation application.UpdateRobotApplicationRequest.BuilderUpdateRobotApplicationRequest.Builder. sources(Collection<SourceConfig> sources)The sources of the robot application.UpdateSimulationApplicationRequest.BuilderUpdateSimulationApplicationRequest.Builder. sources(Collection<SourceConfig> sources)The sources of the simulation application.
-