Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobRetryAction
-
Packages that use ServiceJobRetryAction Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobRetryAction in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobRetryAction Modifier and Type Method Description ServiceJobRetryActionServiceJobEvaluateOnExit. action()The action to take if the service job exits with the specified condition.static ServiceJobRetryActionServiceJobRetryAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ServiceJobRetryActionServiceJobRetryAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceJobRetryAction[]ServiceJobRetryAction. 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 ServiceJobRetryAction Modifier and Type Method Description static Set<ServiceJobRetryAction>ServiceJobRetryAction. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobRetryAction Modifier and Type Method Description ServiceJobEvaluateOnExit.BuilderServiceJobEvaluateOnExit.Builder. action(ServiceJobRetryAction action)The action to take if the service job exits with the specified condition.
-