| Package | Description |
|---|---|
| com.amazonaws.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
MeasureValue |
MeasureValue.clone() |
MeasureValue |
MeasureValue.withName(String name)
The name of the MeasureValue.
|
MeasureValue |
MeasureValue.withType(MeasureValueType type)
Contains the data type of the MeasureValue for the time-series data point.
|
MeasureValue |
MeasureValue.withType(String type)
Contains the data type of the MeasureValue for the time-series data point.
|
MeasureValue |
MeasureValue.withValue(String value)
The value for the MeasureValue.
|
| Modifier and Type | Method and Description |
|---|---|
List<MeasureValue> |
Record.getMeasureValues()
Contains the list of MeasureValue for time-series data points.
|
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.withMeasureValues(MeasureValue... measureValues)
Contains the list of MeasureValue for time-series data points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.setMeasureValues(Collection<MeasureValue> measureValues)
Contains the list of MeasureValue for time-series data points.
|
Record |
Record.withMeasureValues(Collection<MeasureValue> measureValues)
Contains the list of MeasureValue for time-series data points.
|
Copyright © 2024. All rights reserved.