| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
RecrawlPolicy |
RecrawlPolicy.clone() |
RecrawlPolicy |
Crawler.getRecrawlPolicy()
A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since
the last crawler run.
|
RecrawlPolicy |
CreateCrawlerRequest.getRecrawlPolicy()
A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since
the last crawler run.
|
RecrawlPolicy |
UpdateCrawlerRequest.getRecrawlPolicy()
A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since
the last crawler run.
|
RecrawlPolicy |
RecrawlPolicy.withRecrawlBehavior(RecrawlBehavior recrawlBehavior)
Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last
crawler run.
|
RecrawlPolicy |
RecrawlPolicy.withRecrawlBehavior(String recrawlBehavior)
Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last
crawler run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Crawler.setRecrawlPolicy(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.
|
void |
CreateCrawlerRequest.setRecrawlPolicy(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.
|
void |
UpdateCrawlerRequest.setRecrawlPolicy(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.
|
Crawler |
Crawler.withRecrawlPolicy(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 |
CreateCrawlerRequest.withRecrawlPolicy(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 |
UpdateCrawlerRequest.withRecrawlPolicy(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.
|
Copyright © 2022. All rights reserved.