| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
SimulationJobBatchErrorCode |
DescribeSimulationJobBatchResponse.failureCode()
The failure code of the simulation job batch.
|
SimulationJobBatchErrorCode |
StartSimulationJobBatchResponse.failureCode()
The failure code if the simulation job batch failed.
|
static SimulationJobBatchErrorCode |
SimulationJobBatchErrorCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SimulationJobBatchErrorCode |
SimulationJobBatchErrorCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SimulationJobBatchErrorCode> |
SimulationJobBatchErrorCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSimulationJobBatchResponse.Builder |
DescribeSimulationJobBatchResponse.Builder.failureCode(SimulationJobBatchErrorCode failureCode)
The failure code of the simulation job batch.
|
StartSimulationJobBatchResponse.Builder |
StartSimulationJobBatchResponse.Builder.failureCode(SimulationJobBatchErrorCode failureCode)
The failure code if the simulation job batch failed.
|
Copyright © 2022. All rights reserved.