Uses of Class
software.amazon.awssdk.services.robomaker.model.OutputLocation
-
Packages that use OutputLocation Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of OutputLocation in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return OutputLocation Modifier and Type Method Description OutputLocationCreateSimulationJobRequest. outputLocation()Location for output files generated by the simulation job.OutputLocationCreateSimulationJobResponse. outputLocation()Simulation job output files location.OutputLocationCreateWorldExportJobRequest. outputLocation()Returns the value of the OutputLocation property for this object.OutputLocationCreateWorldExportJobResponse. outputLocation()Returns the value of the OutputLocation property for this object.OutputLocationDescribeSimulationJobResponse. outputLocation()Location for output files generated by the simulation job.OutputLocationDescribeWorldExportJobResponse. outputLocation()Returns the value of the OutputLocation property for this object.OutputLocationSimulationJob. outputLocation()Location for output files generated by the simulation job.OutputLocationSimulationJobRequest. outputLocation()Returns the value of the OutputLocation property for this object.OutputLocationWorldExportJobSummary. outputLocation()Returns the value of the OutputLocation property for this object.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type OutputLocation Modifier and Type Method Description CreateSimulationJobRequest.BuilderCreateSimulationJobRequest.Builder. outputLocation(OutputLocation outputLocation)Location for output files generated by the simulation job.CreateSimulationJobResponse.BuilderCreateSimulationJobResponse.Builder. outputLocation(OutputLocation outputLocation)Simulation job output files location.CreateWorldExportJobRequest.BuilderCreateWorldExportJobRequest.Builder. outputLocation(OutputLocation outputLocation)Sets the value of the OutputLocation property for this object.CreateWorldExportJobResponse.BuilderCreateWorldExportJobResponse.Builder. outputLocation(OutputLocation outputLocation)Sets the value of the OutputLocation property for this object.DescribeSimulationJobResponse.BuilderDescribeSimulationJobResponse.Builder. outputLocation(OutputLocation outputLocation)Location for output files generated by the simulation job.DescribeWorldExportJobResponse.BuilderDescribeWorldExportJobResponse.Builder. outputLocation(OutputLocation outputLocation)Sets the value of the OutputLocation property for this object.SimulationJob.BuilderSimulationJob.Builder. outputLocation(OutputLocation outputLocation)Location for output files generated by the simulation job.SimulationJobRequest.BuilderSimulationJobRequest.Builder. outputLocation(OutputLocation outputLocation)Sets the value of the OutputLocation property for this object.WorldExportJobSummary.BuilderWorldExportJobSummary.Builder. outputLocation(OutputLocation outputLocation)Sets the value of the OutputLocation property for this object.
-