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