| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.addColumns(ColumnDefinition... addColumns)
For each column to be added to the specified table:
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.allColumns(ColumnDefinition... allColumns)
The regular columns of the table.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.addColumns(Collection<ColumnDefinition> addColumns)
For each column to be added to the specified table:
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.allColumns(Collection<ColumnDefinition> allColumns)
The regular columns of the table.
|
Copyright © 2022. All rights reserved.