Uses of Class
software.amazon.awssdk.services.robomaker.model.SimulationJob
-
Packages that use SimulationJob Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of SimulationJob in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type SimulationJob Modifier and Type Method Description List<SimulationJob>BatchDescribeSimulationJobResponse. jobs()A list of simulation jobs.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type SimulationJob Modifier and Type Method Description BatchDescribeSimulationJobResponse.BuilderBatchDescribeSimulationJobResponse.Builder. jobs(SimulationJob... jobs)A list of simulation jobs.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type SimulationJob Modifier and Type Method Description BatchDescribeSimulationJobResponse.BuilderBatchDescribeSimulationJobResponse.Builder. jobs(Collection<SimulationJob> jobs)A list of simulation jobs.
-