| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluateOnExit> |
RetryStrategy.evaluateOnExit()
Array of up to 5 objects that specify the conditions where jobs are retried or failed.
|
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy.Builder |
RetryStrategy.Builder.evaluateOnExit(EvaluateOnExit... evaluateOnExit)
Array of up to 5 objects that specify the conditions where jobs are retried or failed.
|
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy.Builder |
RetryStrategy.Builder.evaluateOnExit(Collection<EvaluateOnExit> evaluateOnExit)
Array of up to 5 objects that specify the conditions where jobs are retried or failed.
|
Copyright © 2023. All rights reserved.