Uses of Class
software.amazon.awssdk.services.keyspaces.model.StaticColumn
-
Packages that use StaticColumn Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of StaticColumn in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type StaticColumn Modifier and Type Method Description List<StaticColumn>SchemaDefinition. staticColumns()The columns that have been defined asSTATIC.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type StaticColumn Modifier and Type Method Description SchemaDefinition.BuilderSchemaDefinition.Builder. staticColumns(StaticColumn... staticColumns)The columns that have been defined asSTATIC.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type StaticColumn Modifier and Type Method Description SchemaDefinition.BuilderSchemaDefinition.Builder. staticColumns(Collection<StaticColumn> staticColumns)The columns that have been defined asSTATIC.
-