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.DirectSchemaChangePolicyS3HyperDirectTarget. schemaChangePolicy()Defines how schema changes are handled during write operations.DirectSchemaChangePolicyS3IcebergDirectTarget. schemaChangePolicy()Defines how schema changes are handled when writing data to the Iceberg table.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.S3HyperDirectTarget.BuilderS3HyperDirectTarget.Builder. schemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)Defines how schema changes are handled during write operations.S3IcebergDirectTarget.BuilderS3IcebergDirectTarget.Builder. schemaChangePolicy(DirectSchemaChangePolicy schemaChangePolicy)Defines how schema changes are handled when writing data to the Iceberg table.
-