Uses of Class
software.amazon.awssdk.services.glue.model.IcebergTableUpdate
-
Packages that use IcebergTableUpdate Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergTableUpdate in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergTableUpdate Modifier and Type Method Description List<IcebergTableUpdate>UpdateIcebergTableInput. updates()The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergTableUpdate Modifier and Type Method Description UpdateIcebergTableInput.BuilderUpdateIcebergTableInput.Builder. updates(IcebergTableUpdate... updates)The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IcebergTableUpdate Modifier and Type Method Description UpdateIcebergTableInput.BuilderUpdateIcebergTableInput.Builder. updates(Collection<IcebergTableUpdate> updates)The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.
-