| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
StaticColumn |
StaticColumn.clone() |
StaticColumn |
StaticColumn.withName(String name)
The name of the static column.
|
| Modifier and Type | Method and Description |
|---|---|
List<StaticColumn> |
SchemaDefinition.getStaticColumns()
The columns that have been defined as
STATIC. |
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition |
SchemaDefinition.withStaticColumns(StaticColumn... staticColumns)
The columns that have been defined as
STATIC. |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDefinition.setStaticColumns(Collection<StaticColumn> staticColumns)
The columns that have been defined as
STATIC. |
SchemaDefinition |
SchemaDefinition.withStaticColumns(Collection<StaticColumn> staticColumns)
The columns that have been defined as
STATIC. |
Copyright © 2022. All rights reserved.