| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluateOnExit |
EvaluateOnExit.clone() |
EvaluateOnExit |
EvaluateOnExit.withAction(RetryAction action)
Specifies the action to take if all of the specified conditions (
onStatusReason,
onReason, and onExitCode) are met. |
EvaluateOnExit |
EvaluateOnExit.withAction(String action)
Specifies the action to take if all of the specified conditions (
onStatusReason,
onReason, and onExitCode) are met. |
EvaluateOnExit |
EvaluateOnExit.withOnExitCode(String onExitCode)
Contains a glob pattern to match against the decimal representation of the
ExitCode returned for a
job. |
EvaluateOnExit |
EvaluateOnExit.withOnReason(String onReason)
Contains a glob pattern to match against the
Reason returned for a job. |
EvaluateOnExit |
EvaluateOnExit.withOnStatusReason(String onStatusReason)
Contains a glob pattern to match against the
StatusReason returned for a job. |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluateOnExit> |
RetryStrategy.getEvaluateOnExit()
Array of up to 5 objects that specify the conditions where jobs are retried or failed.
|
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy |
RetryStrategy.withEvaluateOnExit(EvaluateOnExit... evaluateOnExit)
Array of up to 5 objects that specify the conditions where jobs are retried or failed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetryStrategy.setEvaluateOnExit(Collection<EvaluateOnExit> evaluateOnExit)
Array of up to 5 objects that specify the conditions where jobs are retried or failed.
|
RetryStrategy |
RetryStrategy.withEvaluateOnExit(Collection<EvaluateOnExit> evaluateOnExit)
Array of up to 5 objects that specify the conditions where jobs are retried or failed.
|
Copyright © 2023. All rights reserved.