Uses of Class
software.amazon.awssdk.services.glue.model.IcebergSchema
-
Packages that use IcebergSchema Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergSchema in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergSchema Modifier and Type Method Description IcebergSchemaCreateIcebergTableInput. schema()The schema definition that specifies the structure, field types, and metadata for the Iceberg table.IcebergSchemaIcebergTableUpdate. schema()The updated schema definition for the Iceberg table, specifying any changes to field structure, data types, or schema metadata.Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergSchema Modifier and Type Method Description CreateIcebergTableInput.BuilderCreateIcebergTableInput.Builder. schema(IcebergSchema schema)The schema definition that specifies the structure, field types, and metadata for the Iceberg table.IcebergTableUpdate.BuilderIcebergTableUpdate.Builder. schema(IcebergSchema schema)The updated schema definition for the Iceberg table, specifying any changes to field structure, data types, or schema metadata.
-