| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
FailureBehavior |
CreateSimulationJobResponse.failureBehavior()
the failure behavior for the simulation job.
|
FailureBehavior |
CreateSimulationJobRequest.failureBehavior()
The failure behavior the simulation job.
|
FailureBehavior |
DescribeSimulationJobResponse.failureBehavior()
The failure behavior for the simulation job.
|
FailureBehavior |
SimulationJob.failureBehavior()
The failure behavior the simulation job.
|
static FailureBehavior |
FailureBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FailureBehavior |
FailureBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureBehavior[] |
FailureBehavior.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<FailureBehavior> |
FailureBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateSimulationJobResponse.Builder |
CreateSimulationJobResponse.Builder.failureBehavior(FailureBehavior failureBehavior)
the failure behavior for the simulation job.
|
CreateSimulationJobRequest.Builder |
CreateSimulationJobRequest.Builder.failureBehavior(FailureBehavior failureBehavior)
The failure behavior the simulation job.
|
DescribeSimulationJobResponse.Builder |
DescribeSimulationJobResponse.Builder.failureBehavior(FailureBehavior failureBehavior)
The failure behavior for the simulation job.
|
SimulationJob.Builder |
SimulationJob.Builder.failureBehavior(FailureBehavior failureBehavior)
The failure behavior the simulation job.
|
Copyright © 2019. All rights reserved.