| Package | Description |
|---|---|
| com.amazonaws.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.withDimensionValueType(DimensionValueType dimensionValueType)
The data type of the dimension for the time series data point.
|
Dimension |
Dimension.withDimensionValueType(String dimensionValueType)
The data type of the dimension for the time series data point.
|
Dimension |
Dimension.withName(String name)
Dimension represents the meta data attributes of the time series.
|
Dimension |
Dimension.withValue(String value)
The value of the dimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
Record.getDimensions()
Contains the list of dimensions for time series data points.
|
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.withDimensions(Dimension... dimensions)
Contains the list of dimensions for time series data points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.setDimensions(Collection<Dimension> dimensions)
Contains the list of dimensions for time series data points.
|
Record |
Record.withDimensions(Collection<Dimension> dimensions)
Contains the list of dimensions for time series data points.
|
Copyright © 2022. All rights reserved.