Uses of Class
software.amazon.awssdk.services.batch.model.EvaluateOnExit
-
Packages that use EvaluateOnExit Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EvaluateOnExit in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EvaluateOnExit Modifier and Type Method Description List<EvaluateOnExit>RetryStrategy. evaluateOnExit()Array of up to 5 objects that specify the conditions where jobs are retried or failed.Methods in software.amazon.awssdk.services.batch.model with parameters of type EvaluateOnExit Modifier and Type Method Description RetryStrategy.BuilderRetryStrategy.Builder. evaluateOnExit(EvaluateOnExit... evaluateOnExit)Array of up to 5 objects that specify the conditions where jobs are retried or failed.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EvaluateOnExit Modifier and Type Method Description RetryStrategy.BuilderRetryStrategy.Builder. evaluateOnExit(Collection<EvaluateOnExit> evaluateOnExit)Array of up to 5 objects that specify the conditions where jobs are retried or failed.
-