| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaChangePolicy |
Crawler.schemaChangePolicy()
The policy that specifies update and delete behaviors for the crawler.
|
SchemaChangePolicy |
CreateCrawlerRequest.schemaChangePolicy()
The policy for the crawler's update and deletion behavior.
|
SchemaChangePolicy |
UpdateCrawlerRequest.schemaChangePolicy()
The policy for the crawler's update and deletion behavior.
|
| Modifier and Type | Method and Description |
|---|---|
Crawler.Builder |
Crawler.Builder.schemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
The policy that specifies update and delete behaviors for the crawler.
|
CreateCrawlerRequest.Builder |
CreateCrawlerRequest.Builder.schemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
The policy for the crawler's update and deletion behavior.
|
UpdateCrawlerRequest.Builder |
UpdateCrawlerRequest.Builder.schemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
The policy for the crawler's update and deletion behavior.
|
Copyright © 2023. All rights reserved.