Uses of Class
software.amazon.awssdk.services.keyspaces.model.ColumnDefinition
-
Packages that use ColumnDefinition Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of ColumnDefinition in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type ColumnDefinition Modifier and Type Method Description List<ColumnDefinition>UpdateTableRequest. addColumns()For each column to be added to the specified table:List<ColumnDefinition>SchemaDefinition. allColumns()The regular columns of the table.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type ColumnDefinition Modifier and Type Method Description UpdateTableRequest.BuilderUpdateTableRequest.Builder. addColumns(ColumnDefinition... addColumns)For each column to be added to the specified table:SchemaDefinition.BuilderSchemaDefinition.Builder. allColumns(ColumnDefinition... allColumns)The regular columns of the table.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type ColumnDefinition Modifier and Type Method Description UpdateTableRequest.BuilderUpdateTableRequest.Builder. addColumns(Collection<ColumnDefinition> addColumns)For each column to be added to the specified table:SchemaDefinition.BuilderSchemaDefinition.Builder. allColumns(Collection<ColumnDefinition> allColumns)The regular columns of the table.
-