Uses of Class
software.amazon.awssdk.services.robomaker.model.SimulationJobBatchErrorCode
-
Packages that use SimulationJobBatchErrorCode Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of SimulationJobBatchErrorCode in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return SimulationJobBatchErrorCode Modifier and Type Method Description SimulationJobBatchErrorCodeDescribeSimulationJobBatchResponse. failureCode()The failure code of the simulation job batch.SimulationJobBatchErrorCodeStartSimulationJobBatchResponse. failureCode()The failure code if the simulation job batch failed.static SimulationJobBatchErrorCodeSimulationJobBatchErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SimulationJobBatchErrorCodeSimulationJobBatchErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulationJobBatchErrorCode[]SimulationJobBatchErrorCode. 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 SimulationJobBatchErrorCode Modifier and Type Method Description static Set<SimulationJobBatchErrorCode>SimulationJobBatchErrorCode. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type SimulationJobBatchErrorCode Modifier and Type Method Description DescribeSimulationJobBatchResponse.BuilderDescribeSimulationJobBatchResponse.Builder. failureCode(SimulationJobBatchErrorCode failureCode)The failure code of the simulation job batch.StartSimulationJobBatchResponse.BuilderStartSimulationJobBatchResponse.Builder. failureCode(SimulationJobBatchErrorCode failureCode)The failure code if the simulation job batch failed.
-