Uses of Class
software.amazon.awssdk.services.glue.model.CrawlState
-
Packages that use CrawlState Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CrawlState in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CrawlState Modifier and Type Method Description CrawlStateCondition. crawlState()The state of the crawler to which this condition applies.static CrawlStateCrawlState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CrawlStateCrawl. state()The state of the crawler.static CrawlStateCrawlState. valueOf(String name)Returns the enum constant of this type with the specified name.static CrawlState[]CrawlState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CrawlState Modifier and Type Method Description static Set<CrawlState>CrawlState. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type CrawlState Modifier and Type Method Description Condition.BuilderCondition.Builder. crawlState(CrawlState crawlState)The state of the crawler to which this condition applies.Crawl.BuilderCrawl.Builder. state(CrawlState state)The state of the crawler.
-