Uses of Class
software.amazon.awssdk.services.glue.model.AutoDataQuality
-
Packages that use AutoDataQuality Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AutoDataQuality in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AutoDataQuality Modifier and Type Method Description AutoDataQualityS3CatalogTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 catalog target.AutoDataQualityS3DeltaCatalogTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 Delta catalog target.AutoDataQualityS3DeltaDirectTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 Delta direct target.AutoDataQualityS3DirectTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 direct target.AutoDataQualityS3GlueParquetTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 Glue Parquet target.AutoDataQualityS3HudiCatalogTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 Hudi catalog target.AutoDataQualityS3HudiDirectTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 Hudi direct target.AutoDataQualityS3HyperDirectTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 Hyper direct target.AutoDataQualityS3IcebergCatalogTarget. autoDataQuality()Specifies whether to automatically enable data quality evaluation for the S3 Iceberg catalog target.AutoDataQualityS3IcebergDirectTarget. autoDataQuality()Returns the value of the AutoDataQuality property for this object.Methods in software.amazon.awssdk.services.glue.model with parameters of type AutoDataQuality Modifier and Type Method Description S3CatalogTarget.BuilderS3CatalogTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 catalog target.S3DeltaCatalogTarget.BuilderS3DeltaCatalogTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 Delta catalog target.S3DeltaDirectTarget.BuilderS3DeltaDirectTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 Delta direct target.S3DirectTarget.BuilderS3DirectTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 direct target.S3GlueParquetTarget.BuilderS3GlueParquetTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 Glue Parquet target.S3HudiCatalogTarget.BuilderS3HudiCatalogTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 Hudi catalog target.S3HudiDirectTarget.BuilderS3HudiDirectTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 Hudi direct target.S3HyperDirectTarget.BuilderS3HyperDirectTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 Hyper direct target.S3IcebergCatalogTarget.BuilderS3IcebergCatalogTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Specifies whether to automatically enable data quality evaluation for the S3 Iceberg catalog target.S3IcebergDirectTarget.BuilderS3IcebergDirectTarget.Builder. autoDataQuality(AutoDataQuality autoDataQuality)Sets the value of the AutoDataQuality property for this object.
-