Uses of Class
software.amazon.awssdk.services.glue.model.UpdateIcebergTableInput
-
Packages that use UpdateIcebergTableInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of UpdateIcebergTableInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UpdateIcebergTableInput Modifier and Type Method Description UpdateIcebergTableInputUpdateIcebergInput. updateIcebergTableInput()The specific update operations to be applied to the Iceberg table, containing a list of updates that define the new state of the table including schema, partitions, and properties.Methods in software.amazon.awssdk.services.glue.model with parameters of type UpdateIcebergTableInput Modifier and Type Method Description UpdateIcebergInput.BuilderUpdateIcebergInput.Builder. updateIcebergTableInput(UpdateIcebergTableInput updateIcebergTableInput)The specific update operations to be applied to the Iceberg table, containing a list of updates that define the new state of the table including schema, partitions, and properties.
-