| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
RetryAction |
EvaluateOnExit.action()
Specifies the action to take if all of the specified conditions (
onStatusReason,
onReason, and onExitCode) are met. |
static RetryAction |
RetryAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<RetryAction> |
RetryAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EvaluateOnExit.Builder |
EvaluateOnExit.Builder.action(RetryAction action)
Specifies the action to take if all of the specified conditions (
onStatusReason,
onReason, and onExitCode) are met. |
Copyright © 2023. All rights reserved.