Uses of Class
software.amazon.awssdk.services.glue.model.IcebergOptimizationProperties
-
Packages that use IcebergOptimizationProperties Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergOptimizationProperties in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergOptimizationProperties Modifier and Type Method Description IcebergOptimizationPropertiesCatalogProperties. icebergOptimizationProperties()A structure that specifies Iceberg table optimization properties for the catalog.Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergOptimizationProperties Modifier and Type Method Description CatalogProperties.BuilderCatalogProperties.Builder. icebergOptimizationProperties(IcebergOptimizationProperties icebergOptimizationProperties)A structure that specifies Iceberg table optimization properties for the catalog.
-