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 JobStateReturns the enum constant of this type with the specified name.static JobState[]JobState.values()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 Condition(experimental) Create a condition on the state of a job.static ConditionCondition.job(IJobRef job, JobState state, ConditionOptions options) (experimental) Create a condition on the state of a job.protected RuleJobBase.onStateChange(String id, JobState jobState) (experimental) Create a CloudWatch Event Rule for the transition into the input jobState.protected RuleJobBase.onStateChange(String id, JobState jobState, OnEventOptions options) (experimental) Create a CloudWatch Event Rule for the transition into the input jobState.