Uses of Class
software.amazon.awssdk.services.batch.model.JobStateTimeLimitActionsAction
-
Packages that use JobStateTimeLimitActionsAction Package Description software.amazon.awssdk.services.batch.model -
-
Uses of JobStateTimeLimitActionsAction in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return JobStateTimeLimitActionsAction Modifier and Type Method Description JobStateTimeLimitActionsActionJobStateTimeLimitAction. action()The action to take when a job is at the head of the job queue in the specified state for the specified period of time.static JobStateTimeLimitActionsActionJobStateTimeLimitActionsAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static JobStateTimeLimitActionsActionJobStateTimeLimitActionsAction. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStateTimeLimitActionsAction[]JobStateTimeLimitActionsAction. 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 JobStateTimeLimitActionsAction Modifier and Type Method Description static Set<JobStateTimeLimitActionsAction>JobStateTimeLimitActionsAction. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type JobStateTimeLimitActionsAction Modifier and Type Method Description JobStateTimeLimitAction.BuilderJobStateTimeLimitAction.Builder. action(JobStateTimeLimitActionsAction action)The action to take when a job is at the head of the job queue in the specified state for the specified period of time.
-