Uses of Class
software.amazon.awssdk.services.glue.model.FieldDefinition
-
Packages that use FieldDefinition Package Description software.amazon.awssdk.services.glue.model -
-
Uses of FieldDefinition in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type FieldDefinition Modifier and Type Method Description Map<String,FieldDefinition>EntityConfiguration. schema()The schema definition for this entity, including field names, types, and other metadata that describes the structure of the data.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type FieldDefinition Modifier and Type Method Description EntityConfiguration.BuilderEntityConfiguration.Builder. schema(Map<String,FieldDefinition> schema)The schema definition for this entity, including field names, types, and other metadata that describes the structure of the data.
-