| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.clone() |
Column |
Column.withName(String name)
The name of the column.
|
Column |
Column.withType(String type)
The type of data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
SchemaDefinition.getColumns()
Specifies one or more columns that store your data.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition |
SchemaDefinition.withColumns(Column... columns)
Specifies one or more columns that store your data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDefinition.setColumns(Collection<Column> columns)
Specifies one or more columns that store your data.
|
SchemaDefinition |
SchemaDefinition.withColumns(Collection<Column> columns)
Specifies one or more columns that store your data.
|
Copyright © 2025. All rights reserved.