Uses of Class
software.amazon.awssdk.services.glue.model.GlueStudioSchemaColumn
-
Packages that use GlueStudioSchemaColumn Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GlueStudioSchemaColumn in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GlueStudioSchemaColumn Modifier and Type Method Description List<GlueStudioSchemaColumn>GlueSchema. columns()Specifies the column definitions that make up a Glue schema.Methods in software.amazon.awssdk.services.glue.model with parameters of type GlueStudioSchemaColumn Modifier and Type Method Description GlueSchema.BuilderGlueSchema.Builder. columns(GlueStudioSchemaColumn... columns)Specifies the column definitions that make up a Glue schema.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type GlueStudioSchemaColumn Modifier and Type Method Description GlueSchema.BuilderGlueSchema.Builder. columns(Collection<GlueStudioSchemaColumn> columns)Specifies the column definitions that make up a Glue schema.
-