Uses of Class
software.amazon.awssdk.services.s3tables.model.SchemaField
-
Packages that use SchemaField Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of SchemaField in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type SchemaField Modifier and Type Method Description List<SchemaField>IcebergSchema. fields()The schema fields for the tableMethods in software.amazon.awssdk.services.s3tables.model with parameters of type SchemaField Modifier and Type Method Description IcebergSchema.BuilderIcebergSchema.Builder. fields(SchemaField... fields)The schema fields for the tableMethod parameters in software.amazon.awssdk.services.s3tables.model with type arguments of type SchemaField Modifier and Type Method Description IcebergSchema.BuilderIcebergSchema.Builder. fields(Collection<SchemaField> fields)The schema fields for the table
-