Uses of Class
software.amazon.awssdk.services.glue.model.CreateIcebergTableInput
-
Packages that use CreateIcebergTableInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CreateIcebergTableInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CreateIcebergTableInput Modifier and Type Method Description CreateIcebergTableInputIcebergInput. createIcebergTableInput()The configuration parameters required to create a new Iceberg table in the Glue Data Catalog, including table properties and metadata specifications.Methods in software.amazon.awssdk.services.glue.model with parameters of type CreateIcebergTableInput Modifier and Type Method Description IcebergInput.BuilderIcebergInput.Builder. createIcebergTableInput(CreateIcebergTableInput createIcebergTableInput)The configuration parameters required to create a new Iceberg table in the Glue Data Catalog, including table properties and metadata specifications.
-