Uses of Class
software.amazon.awssdk.services.batch.model.RetryAction
-
Packages that use RetryAction Package Description software.amazon.awssdk.services.batch.model -
-
Uses of RetryAction in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return RetryAction Modifier and Type Method Description RetryActionEvaluateOnExit. action()Specifies the action to take if all of the specified conditions (onStatusReason,onReason, andonExitCode) are met.static RetryActionRetryAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RetryActionRetryAction. 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.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type RetryAction Modifier and Type Method Description static Set<RetryAction>RetryAction. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type RetryAction Modifier and Type Method Description EvaluateOnExit.BuilderEvaluateOnExit.Builder. action(RetryAction action)Specifies the action to take if all of the specified conditions (onStatusReason,onReason, andonExitCode) are met.
-