Uses of Class
software.amazon.awssdk.services.robomaker.model.SimulationJobStatus
-
Packages that use SimulationJobStatus Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of SimulationJobStatus in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return SimulationJobStatus Modifier and Type Method Description static SimulationJobStatusSimulationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SimulationJobStatusCreateSimulationJobResponse. status()The status of the simulation job.SimulationJobStatusDescribeSimulationJobResponse. status()The status of the simulation job.SimulationJobStatusSimulationJob. status()Status of the simulation job.SimulationJobStatusSimulationJobSummary. status()The status of the simulation job.static SimulationJobStatusSimulationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulationJobStatus[]SimulationJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type SimulationJobStatus Modifier and Type Method Description static Set<SimulationJobStatus>SimulationJobStatus. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type SimulationJobStatus Modifier and Type Method Description CreateSimulationJobResponse.BuilderCreateSimulationJobResponse.Builder. status(SimulationJobStatus status)The status of the simulation job.DescribeSimulationJobResponse.BuilderDescribeSimulationJobResponse.Builder. status(SimulationJobStatus status)The status of the simulation job.SimulationJob.BuilderSimulationJob.Builder. status(SimulationJobStatus status)Status of the simulation job.SimulationJobSummary.BuilderSimulationJobSummary.Builder. status(SimulationJobStatus status)The status of the simulation job.
-