Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobEvaluateOnExit
-
Packages that use ServiceJobEvaluateOnExit Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobEvaluateOnExit in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobEvaluateOnExit Modifier and Type Method Description List<ServiceJobEvaluateOnExit>ServiceJobRetryStrategy. evaluateOnExit()Array ofServiceJobEvaluateOnExitobjects that specify conditions under which the service job should be retried or failed.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobEvaluateOnExit Modifier and Type Method Description ServiceJobRetryStrategy.BuilderServiceJobRetryStrategy.Builder. evaluateOnExit(ServiceJobEvaluateOnExit... evaluateOnExit)Array ofServiceJobEvaluateOnExitobjects that specify conditions under which the service job should be retried or failed.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ServiceJobEvaluateOnExit Modifier and Type Method Description ServiceJobRetryStrategy.BuilderServiceJobRetryStrategy.Builder. evaluateOnExit(Collection<ServiceJobEvaluateOnExit> evaluateOnExit)Array ofServiceJobEvaluateOnExitobjects that specify conditions under which the service job should be retried or failed.
-