Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
Record |
Record.clone() |
Record |
WriteRecordsRequest.getCommonAttributes()
A record containing the common measure, dimension, time, and version attributes shared across all the records in
the request.
|
Record |
Record.withDimensions(Collection<Dimension> dimensions)
Contains the list of dimensions for time series data points.
|
Record |
Record.withDimensions(Dimension... dimensions)
Contains the list of dimensions for time series data points.
|
Record |
Record.withMeasureName(String measureName)
Measure represents the data attribute of the time series.
|
Record |
Record.withMeasureValue(String measureValue)
Contains the measure value for the time series data point.
|
Record |
Record.withMeasureValues(Collection<MeasureValue> measureValues)
Contains the list of MeasureValue for time series data points.
|
Record |
Record.withMeasureValues(MeasureValue... measureValues)
Contains the list of MeasureValue for time series data points.
|
Record |
Record.withMeasureValueType(MeasureValueType measureValueType)
Contains the data type of the measure value for the time series data point.
|
Record |
Record.withMeasureValueType(String measureValueType)
Contains the data type of the measure value for the time series data point.
|
Record |
Record.withTime(String time)
Contains the time at which the measure value for the data point was collected.
|
Record |
Record.withTimeUnit(String timeUnit)
The granularity of the timestamp unit.
|
Record |
Record.withTimeUnit(TimeUnit timeUnit)
The granularity of the timestamp unit.
|
Record |
Record.withVersion(Long version)
64-bit attribute used for record updates.
|
Modifier and Type | Method and Description |
---|---|
List<Record> |
WriteRecordsRequest.getRecords()
An array of records containing the unique measure, dimension, time, and version attributes for each time series
data point.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteRecordsRequest.setCommonAttributes(Record commonAttributes)
A record containing the common measure, dimension, time, and version attributes shared across all the records in
the request.
|
WriteRecordsRequest |
WriteRecordsRequest.withCommonAttributes(Record commonAttributes)
A record containing the common measure, dimension, time, and version attributes shared across all the records in
the request.
|
WriteRecordsRequest |
WriteRecordsRequest.withRecords(Record... records)
An array of records containing the unique measure, dimension, time, and version attributes for each time series
data point.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteRecordsRequest.setRecords(Collection<Record> records)
An array of records containing the unique measure, dimension, time, and version attributes for each time series
data point.
|
WriteRecordsRequest |
WriteRecordsRequest.withRecords(Collection<Record> records)
An array of records containing the unique measure, dimension, time, and version attributes for each time series
data point.
|
Copyright © 2022. All rights reserved.