Uses of Class
software.amazon.awssdk.services.robomaker.model.Source
-
Packages that use Source Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of Source in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type Source Modifier and Type Method Description List<Source>CreateRobotApplicationResponse. sources()The sources of the robot application.List<Source>CreateRobotApplicationVersionResponse. sources()The sources of the robot application.List<Source>CreateSimulationApplicationResponse. sources()The sources of the simulation application.List<Source>CreateSimulationApplicationVersionResponse. sources()The sources of the simulation application.List<Source>DescribeRobotApplicationResponse. sources()The sources of the robot application.List<Source>DescribeSimulationApplicationResponse. sources()The sources of the simulation application.List<Source>UpdateRobotApplicationResponse. sources()The sources of the robot application.List<Source>UpdateSimulationApplicationResponse. sources()The sources of the simulation application.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type Source Modifier and Type Method Description CreateRobotApplicationResponse.BuilderCreateRobotApplicationResponse.Builder. sources(Source... sources)The sources of the robot application.CreateRobotApplicationVersionResponse.BuilderCreateRobotApplicationVersionResponse.Builder. sources(Source... sources)The sources of the robot application.CreateSimulationApplicationResponse.BuilderCreateSimulationApplicationResponse.Builder. sources(Source... sources)The sources of the simulation application.CreateSimulationApplicationVersionResponse.BuilderCreateSimulationApplicationVersionResponse.Builder. sources(Source... sources)The sources of the simulation application.DescribeRobotApplicationResponse.BuilderDescribeRobotApplicationResponse.Builder. sources(Source... sources)The sources of the robot application.DescribeSimulationApplicationResponse.BuilderDescribeSimulationApplicationResponse.Builder. sources(Source... sources)The sources of the simulation application.UpdateRobotApplicationResponse.BuilderUpdateRobotApplicationResponse.Builder. sources(Source... sources)The sources of the robot application.UpdateSimulationApplicationResponse.BuilderUpdateSimulationApplicationResponse.Builder. sources(Source... sources)The sources of the simulation application.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type Source Modifier and Type Method Description CreateRobotApplicationResponse.BuilderCreateRobotApplicationResponse.Builder. sources(Collection<Source> sources)The sources of the robot application.CreateRobotApplicationVersionResponse.BuilderCreateRobotApplicationVersionResponse.Builder. sources(Collection<Source> sources)The sources of the robot application.CreateSimulationApplicationResponse.BuilderCreateSimulationApplicationResponse.Builder. sources(Collection<Source> sources)The sources of the simulation application.CreateSimulationApplicationVersionResponse.BuilderCreateSimulationApplicationVersionResponse.Builder. sources(Collection<Source> sources)The sources of the simulation application.DescribeRobotApplicationResponse.BuilderDescribeRobotApplicationResponse.Builder. sources(Collection<Source> sources)The sources of the robot application.DescribeSimulationApplicationResponse.BuilderDescribeSimulationApplicationResponse.Builder. sources(Collection<Source> sources)The sources of the simulation application.UpdateRobotApplicationResponse.BuilderUpdateRobotApplicationResponse.Builder. sources(Collection<Source> sources)The sources of the robot application.UpdateSimulationApplicationResponse.BuilderUpdateSimulationApplicationResponse.Builder. sources(Collection<Source> sources)The sources of the simulation application.
-