| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
ColumnType.clone() |
ColumnType |
ColumnInfo.getType()
The type of the column description.
|
ColumnType |
ColumnType.withScalarType(ScalarType scalarType)
The allowed data types that the column has as it's value.
|
ColumnType |
ColumnType.withScalarType(String scalarType)
The allowed data types that the column has as it's value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnInfo.setType(ColumnType type)
The type of the column description.
|
ColumnInfo |
ColumnInfo.withType(ColumnType type)
The type of the column description.
|
Copyright © 2024. All rights reserved.