Uses of Class
software.amazon.awssdk.services.glue.model.CatalogSchemaChangePolicy
-
Packages that use CatalogSchemaChangePolicy Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogSchemaChangePolicy in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogSchemaChangePolicy Modifier and Type Method Description CatalogSchemaChangePolicyGovernedCatalogTarget. schemaChangePolicy()A policy that specifies update behavior for the governed catalog.CatalogSchemaChangePolicyS3CatalogTarget. schemaChangePolicy()A policy that specifies update behavior for the crawler.CatalogSchemaChangePolicyS3DeltaCatalogTarget. schemaChangePolicy()A policy that specifies update behavior for the crawler.CatalogSchemaChangePolicyS3HudiCatalogTarget. schemaChangePolicy()A policy that specifies update behavior for the crawler.Methods in software.amazon.awssdk.services.glue.model with parameters of type CatalogSchemaChangePolicy Modifier and Type Method Description GovernedCatalogTarget.BuilderGovernedCatalogTarget.Builder. schemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)A policy that specifies update behavior for the governed catalog.S3CatalogTarget.BuilderS3CatalogTarget.Builder. schemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)A policy that specifies update behavior for the crawler.S3DeltaCatalogTarget.BuilderS3DeltaCatalogTarget.Builder. schemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)A policy that specifies update behavior for the crawler.S3HudiCatalogTarget.BuilderS3HudiCatalogTarget.Builder. schemaChangePolicy(CatalogSchemaChangePolicy schemaChangePolicy)A policy that specifies update behavior for the crawler.
-