| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
List<StaticColumn> |
SchemaDefinition.staticColumns()
The columns that have been defined as
STATIC. |
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition.Builder |
SchemaDefinition.Builder.staticColumns(StaticColumn... staticColumns)
The columns that have been defined as
STATIC. |
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition.Builder |
SchemaDefinition.Builder.staticColumns(Collection<StaticColumn> staticColumns)
The columns that have been defined as
STATIC. |
Copyright © 2023. All rights reserved.