Uses of Class
software.amazon.awssdk.services.batch.model.JobStateTimeLimitActionsState
-
Packages that use JobStateTimeLimitActionsState Package Description software.amazon.awssdk.services.batch.model -
-
Uses of JobStateTimeLimitActionsState in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return JobStateTimeLimitActionsState Modifier and Type Method Description static JobStateTimeLimitActionsStateJobStateTimeLimitActionsState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobStateTimeLimitActionsStateJobStateTimeLimitAction. state()The state of the job needed to trigger the action.static JobStateTimeLimitActionsStateJobStateTimeLimitActionsState. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStateTimeLimitActionsState[]JobStateTimeLimitActionsState. 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 JobStateTimeLimitActionsState Modifier and Type Method Description static Set<JobStateTimeLimitActionsState>JobStateTimeLimitActionsState. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type JobStateTimeLimitActionsState Modifier and Type Method Description JobStateTimeLimitAction.BuilderJobStateTimeLimitAction.Builder. state(JobStateTimeLimitActionsState state)The state of the job needed to trigger the action.
-