Uses of Class
software.amazon.awssdk.services.glue.model.IcebergOptimizationPropertiesOutput
-
Packages that use IcebergOptimizationPropertiesOutput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergOptimizationPropertiesOutput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergOptimizationPropertiesOutput Modifier and Type Method Description IcebergOptimizationPropertiesOutputCatalogPropertiesOutput. icebergOptimizationProperties()AnIcebergOptimizationPropertiesOutputobject that specifies Iceberg table optimization settings for the catalog, including configurations for compaction, retention, and orphan file deletion operations.Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergOptimizationPropertiesOutput Modifier and Type Method Description CatalogPropertiesOutput.BuilderCatalogPropertiesOutput.Builder. icebergOptimizationProperties(IcebergOptimizationPropertiesOutput icebergOptimizationProperties)AnIcebergOptimizationPropertiesOutputobject that specifies Iceberg table optimization settings for the catalog, including configurations for compaction, retention, and orphan file deletion operations.
-