Uses of Class
software.amazon.awssdk.services.glue.model.IcebergStructField
-
Packages that use IcebergStructField Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergStructField in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergStructField Modifier and Type Method Description List<IcebergStructField>IcebergSchema. fields()The list of field definitions that make up the table schema, including field names, types, and metadata.Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergStructField Modifier and Type Method Description IcebergSchema.BuilderIcebergSchema.Builder. fields(IcebergStructField... fields)The list of field definitions that make up the table schema, including field names, types, and metadata.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IcebergStructField Modifier and Type Method Description IcebergSchema.BuilderIcebergSchema.Builder. fields(Collection<IcebergStructField> fields)The list of field definitions that make up the table schema, including field names, types, and metadata.
-