Uses of Class
software.amazon.awssdk.services.glue.model.RecrawlPolicy
-
Packages that use RecrawlPolicy Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RecrawlPolicy in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RecrawlPolicy Modifier and Type Method Description RecrawlPolicyCrawler. recrawlPolicy()A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.RecrawlPolicyCreateCrawlerRequest. recrawlPolicy()A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.RecrawlPolicyUpdateCrawlerRequest. recrawlPolicy()A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.Methods in software.amazon.awssdk.services.glue.model with parameters of type RecrawlPolicy Modifier and Type Method Description Crawler.BuilderCrawler.Builder. recrawlPolicy(RecrawlPolicy recrawlPolicy)A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.CreateCrawlerRequest.BuilderCreateCrawlerRequest.Builder. recrawlPolicy(RecrawlPolicy recrawlPolicy)A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.UpdateCrawlerRequest.BuilderUpdateCrawlerRequest.Builder. recrawlPolicy(RecrawlPolicy recrawlPolicy)A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.
-