Uses of Class
software.amazon.awssdk.services.cleanrooms.model.Column
-
Packages that use Column Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of Column in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type Column Modifier and Type Method Description List<Column>Schema. columns()The columns for the relation this schema represents.List<Column>Schema. partitionKeys()The partition keys for the dataset underlying this schema.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type Column Modifier and Type Method Description Schema.BuilderSchema.Builder. columns(Column... columns)The columns for the relation this schema represents.Schema.BuilderSchema.Builder. partitionKeys(Column... partitionKeys)The partition keys for the dataset underlying this schema.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type Column Modifier and Type Method Description Schema.BuilderSchema.Builder. columns(Collection<Column> columns)The columns for the relation this schema represents.Schema.BuilderSchema.Builder. partitionKeys(Collection<Column> partitionKeys)The partition keys for the dataset underlying this schema.
-