Uses of Class
software.amazon.awssdk.services.glue.model.SchemaChangePolicy
-
Packages that use SchemaChangePolicy Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SchemaChangePolicy in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SchemaChangePolicy Modifier and Type Method Description SchemaChangePolicyCrawler. schemaChangePolicy()The policy that specifies update and delete behaviors for the crawler.SchemaChangePolicyCreateCrawlerRequest. schemaChangePolicy()The policy for the crawler's update and deletion behavior.SchemaChangePolicyUpdateCrawlerRequest. schemaChangePolicy()The policy for the crawler's update and deletion behavior.Methods in software.amazon.awssdk.services.glue.model with parameters of type SchemaChangePolicy Modifier and Type Method Description Crawler.BuilderCrawler.Builder. schemaChangePolicy(SchemaChangePolicy schemaChangePolicy)The policy that specifies update and delete behaviors for the crawler.CreateCrawlerRequest.BuilderCreateCrawlerRequest.Builder. schemaChangePolicy(SchemaChangePolicy schemaChangePolicy)The policy for the crawler's update and deletion behavior.UpdateCrawlerRequest.BuilderUpdateCrawlerRequest.Builder. schemaChangePolicy(SchemaChangePolicy schemaChangePolicy)The policy for the crawler's update and deletion behavior.
-