Uses of Class
software.amazon.awssdk.services.athena.model.Column
-
Packages that use Column Package Description software.amazon.awssdk.services.athena.model -
-
Uses of Column in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type Column Modifier and Type Method Description List<Column>TableMetadata. columns()A list of the columns in the table.List<Column>TableMetadata. partitionKeys()A list of the partition keys in the table.Methods in software.amazon.awssdk.services.athena.model with parameters of type Column Modifier and Type Method Description TableMetadata.BuilderTableMetadata.Builder. columns(Column... columns)A list of the columns in the table.TableMetadata.BuilderTableMetadata.Builder. partitionKeys(Column... partitionKeys)A list of the partition keys in the table.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type Column Modifier and Type Method Description TableMetadata.BuilderTableMetadata.Builder. columns(Collection<Column> columns)A list of the columns in the table.TableMetadata.BuilderTableMetadata.Builder. partitionKeys(Collection<Column> partitionKeys)A list of the partition keys in the table.
-