Uses of Class
software.amazon.awssdk.services.robomaker.model.FailureBehavior
-
Packages that use FailureBehavior Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of FailureBehavior in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return FailureBehavior Modifier and Type Method Description FailureBehaviorCreateSimulationJobRequest. failureBehavior()The failure behavior the simulation job.FailureBehaviorCreateSimulationJobResponse. failureBehavior()the failure behavior for the simulation job.FailureBehaviorDescribeSimulationJobResponse. failureBehavior()The failure behavior for the simulation job.FailureBehaviorSimulationJob. failureBehavior()The failure behavior the simulation job.FailureBehaviorSimulationJobRequest. failureBehavior()The failure behavior the simulation job.static FailureBehaviorFailureBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FailureBehaviorFailureBehavior. 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.Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type FailureBehavior Modifier and Type Method Description static Set<FailureBehavior>FailureBehavior. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type FailureBehavior Modifier and Type Method Description CreateSimulationJobRequest.BuilderCreateSimulationJobRequest.Builder. failureBehavior(FailureBehavior failureBehavior)The failure behavior the simulation job.CreateSimulationJobResponse.BuilderCreateSimulationJobResponse.Builder. failureBehavior(FailureBehavior failureBehavior)the failure behavior for the simulation job.DescribeSimulationJobResponse.BuilderDescribeSimulationJobResponse.Builder. failureBehavior(FailureBehavior failureBehavior)The failure behavior for the simulation job.SimulationJob.BuilderSimulationJob.Builder. failureBehavior(FailureBehavior failureBehavior)The failure behavior the simulation job.SimulationJobRequest.BuilderSimulationJobRequest.Builder. failureBehavior(FailureBehavior failureBehavior)The failure behavior the simulation job.
-