Uses of Enum
software.amazon.awscdk.services.glue.alpha.JobState
Packages that use JobState
-
Uses of JobState in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return JobStateModifier and TypeMethodDescriptionstatic JobStateDeprecated.Returns the enum constant of this type with the specified name.static JobState[]JobState.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type JobStateModifier and TypeMethodDescriptionstatic ConditionDeprecated.static ConditionCondition.job(IJobRef job, JobState state, ConditionOptions options) Deprecated.protected RuleJobBase.onStateChange(String id, JobState jobState) Deprecated.protected RuleJobBase.onStateChange(String id, JobState jobState, OnEventOptions options) Deprecated.