Uses of Class
software.amazon.awssdk.services.glue.model.DirectSchemaChangePolicy
-
Packages that use DirectSchemaChangePolicy Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DirectSchemaChangePolicy in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DirectSchemaChangePolicy Modifier and Type Method Description DirectSchemaChangePolicyS3DeltaDirectTarget. schemaChangePolicy()A policy that specifies update behavior for the crawler.DirectSchemaChangePolicyS3DirectTarget. schemaChangePolicy()A policy that specifies update behavior for the crawler.DirectSchemaChangePolicyS3GlueParquetTarget. schemaChangePolicy()A policy that specifies update behavior for the crawler.DirectSchemaChangePolicyS3HudiDirectTarget. schemaChangePolicy()A policy that specifies update behavior for the crawler.Methods in software.amazon.awssdk.services.glue.model with parameters of type DirectSchemaChangePolicy Modifier and Type Method Description S3DeltaDirectTarget.BuilderS3DeltaDirectTarget.Builder. schemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)A policy that specifies update behavior for the crawler.S3DirectTarget.BuilderS3DirectTarget.Builder. schemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)A policy that specifies update behavior for the crawler.S3GlueParquetTarget.BuilderS3GlueParquetTarget.Builder. schemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)A policy that specifies update behavior for the crawler.S3HudiDirectTarget.BuilderS3HudiDirectTarget.Builder. schemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)A policy that specifies update behavior for the crawler.
-