| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static RetryAction |
RetryAction.fromValue(String value)
Use this in place of valueOf.
|
static RetryAction |
RetryAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetryAction[] |
RetryAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluateOnExit |
EvaluateOnExit.withAction(RetryAction action)
Specifies the action to take if all of the specified conditions (
onStatusReason,
onReason, and onExitCode) are met. |
Copyright © 2021. All rights reserved.