| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
TimestreamDimension |
TimestreamDimension.clone() |
TimestreamDimension |
TimestreamDimension.withName(String name)
The metadata dimension name.
|
TimestreamDimension |
TimestreamDimension.withValue(String value)
The value to write in this column of the database record.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimestreamDimension> |
TimestreamAction.getDimensions()
Metadata attributes of the time series that are written in each measure record.
|
| Modifier and Type | Method and Description |
|---|---|
TimestreamAction |
TimestreamAction.withDimensions(TimestreamDimension... dimensions)
Metadata attributes of the time series that are written in each measure record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimestreamAction.setDimensions(Collection<TimestreamDimension> dimensions)
Metadata attributes of the time series that are written in each measure record.
|
TimestreamAction |
TimestreamAction.withDimensions(Collection<TimestreamDimension> dimensions)
Metadata attributes of the time series that are written in each measure record.
|
Copyright © 2023. All rights reserved.