Uses of Class
software.amazon.awssdk.services.glue.model.Column
-
Packages that use Column Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Column in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Column Modifier and Type Method Description List<Column>StorageDescriptor. columns()A list of theColumnsin the table.List<Column>Table. partitionKeys()A list of columns by which the table is partitioned.List<Column>TableInput. partitionKeys()A list of columns by which the table is partitioned.Methods in software.amazon.awssdk.services.glue.model with parameters of type Column Modifier and Type Method Description StorageDescriptor.BuilderStorageDescriptor.Builder. columns(Column... columns)A list of theColumnsin the table.Table.BuilderTable.Builder. partitionKeys(Column... partitionKeys)A list of columns by which the table is partitioned.TableInput.BuilderTableInput.Builder. partitionKeys(Column... partitionKeys)A list of columns by which the table is partitioned.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Column Modifier and Type Method Description StorageDescriptor.BuilderStorageDescriptor.Builder. columns(Collection<Column> columns)A list of theColumnsin the table.Table.BuilderTable.Builder. partitionKeys(Collection<Column> partitionKeys)A list of columns by which the table is partitioned.TableInput.BuilderTableInput.Builder. partitionKeys(Collection<Column> partitionKeys)A list of columns by which the table is partitioned.
-