Uses of Class
software.amazon.awssdk.services.robomaker.model.SimulationJobErrorCode
-
Packages that use SimulationJobErrorCode Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of SimulationJobErrorCode in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return SimulationJobErrorCode Modifier and Type Method Description SimulationJobErrorCodeCreateSimulationJobResponse. failureCode()The failure code of the simulation job if it failed:SimulationJobErrorCodeDescribeSimulationJobResponse. failureCode()The failure code of the simulation job if it failed:SimulationJobErrorCodeFailedCreateSimulationJobRequest. failureCode()The failure code.SimulationJobErrorCodeSimulationJob. failureCode()The failure code of the simulation job if it failed.static SimulationJobErrorCodeSimulationJobErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SimulationJobErrorCodeSimulationJobErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulationJobErrorCode[]SimulationJobErrorCode. 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 SimulationJobErrorCode Modifier and Type Method Description static Set<SimulationJobErrorCode>SimulationJobErrorCode. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type SimulationJobErrorCode Modifier and Type Method Description CreateSimulationJobResponse.BuilderCreateSimulationJobResponse.Builder. failureCode(SimulationJobErrorCode failureCode)The failure code of the simulation job if it failed:DescribeSimulationJobResponse.BuilderDescribeSimulationJobResponse.Builder. failureCode(SimulationJobErrorCode failureCode)The failure code of the simulation job if it failed:FailedCreateSimulationJobRequest.BuilderFailedCreateSimulationJobRequest.Builder. failureCode(SimulationJobErrorCode failureCode)The failure code.SimulationJob.BuilderSimulationJob.Builder. failureCode(SimulationJobErrorCode failureCode)The failure code of the simulation job if it failed.
-