Uses of Enum
software.amazon.awscdk.services.glue.CrawlerState
Packages that use CrawlerState
-
Uses of CrawlerState in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CrawlerStateModifier and TypeMethodDescriptionstatic CrawlerStateReturns the enum constant of this type with the specified name.static CrawlerState[]CrawlerState.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 CrawlerStateModifier and TypeMethodDescriptionstatic ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState) Create a condition on the state of a crawler.static ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState, ConditionOptions options) Create a condition on the state of a crawler.