| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
ColumnDefinition.clone() |
ColumnDefinition |
ColumnDefinition.withName(String name)
The name of the column.
|
ColumnDefinition |
ColumnDefinition.withType(String type)
The data type of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnDefinition> |
UpdateTableRequest.getAddColumns()
For each column to be added to the specified table:
|
List<ColumnDefinition> |
SchemaDefinition.getAllColumns()
The regular columns of the table.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest |
UpdateTableRequest.withAddColumns(ColumnDefinition... addColumns)
For each column to be added to the specified table:
|
SchemaDefinition |
SchemaDefinition.withAllColumns(ColumnDefinition... allColumns)
The regular columns of the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableRequest.setAddColumns(Collection<ColumnDefinition> addColumns)
For each column to be added to the specified table:
|
void |
SchemaDefinition.setAllColumns(Collection<ColumnDefinition> allColumns)
The regular columns of the table.
|
UpdateTableRequest |
UpdateTableRequest.withAddColumns(Collection<ColumnDefinition> addColumns)
For each column to be added to the specified table:
|
SchemaDefinition |
SchemaDefinition.withAllColumns(Collection<ColumnDefinition> allColumns)
The regular columns of the table.
|
Copyright © 2022. All rights reserved.