Uses of Enum
software.amazon.awscdk.services.glue.JobState
Packages that use JobState
-
Uses of JobState in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue 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 with parameters of type JobStateModifier and TypeMethodDescriptionstatic ConditionCreate a condition on the state of a job.static ConditionCondition.job(IJobRef job, JobState state, ConditionOptions options) Create a condition on the state of a job.protected RuleJobBase.onStateChange(String id, JobState jobState) Create a CloudWatch Event Rule for the transition into the input jobState.protected RuleJobBase.onStateChange(String id, JobState jobState, OnEventOptions options) Create a CloudWatch Event Rule for the transition into the input jobState.