| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
RecrawlPolicy |
Crawler.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.
|
RecrawlPolicy |
CreateCrawlerRequest.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.
|
RecrawlPolicy |
UpdateCrawlerRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
Crawler.Builder |
Crawler.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.Builder |
CreateCrawlerRequest.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.Builder |
UpdateCrawlerRequest.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.
|
Copyright © 2023. All rights reserved.