| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnInfo |
ColumnInfo.clone() |
ColumnInfo |
ColumnInfo.withName(String name)
The name of the column description.
|
ColumnInfo |
ColumnInfo.withType(ColumnType type)
The type of the column description.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnInfo> |
ExecuteQueryResult.getColumns()
Represents a single column in the query results.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteQueryResult |
ExecuteQueryResult.withColumns(ColumnInfo... columns)
Represents a single column in the query results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteQueryResult.setColumns(Collection<ColumnInfo> columns)
Represents a single column in the query results.
|
ExecuteQueryResult |
ExecuteQueryResult.withColumns(Collection<ColumnInfo> columns)
Represents a single column in the query results.
|
Copyright © 2023. All rights reserved.