| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
Record |
WriteRecordsRequest.commonAttributes()
A record containing the common measure, dimension, time, and version attributes shared across all the records in
the request.
|
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
WriteRecordsRequest.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 |
|---|---|
WriteRecordsRequest.Builder |
WriteRecordsRequest.Builder.commonAttributes(Record commonAttributes)
A record containing the common measure, dimension, time, and version attributes shared across all the records
in the request.
|
WriteRecordsRequest.Builder |
WriteRecordsRequest.Builder.records(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 |
|---|---|
WriteRecordsRequest.Builder |
WriteRecordsRequest.Builder.records(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.