Uses of Interface
software.amazon.awscdk.services.glue.alpha.ConditionOptions
Packages that use ConditionOptions
-
Uses of ConditionOptions in software.amazon.awscdk.services.glue.alpha
Classes in software.amazon.awscdk.services.glue.alpha that implement ConditionOptionsMethods in software.amazon.awscdk.services.glue.alpha that return ConditionOptionsModifier and TypeMethodDescriptionConditionOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type ConditionOptionsModifier and TypeMethodDescriptionstatic ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState, ConditionOptions options) (experimental) Create a condition on the state of a crawler.static ConditionCondition.job(IJobRef job, JobState state, ConditionOptions options) (experimental) Create a condition on the state of a job.