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