| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
Record |
WriteRecordsRequest.commonAttributes()
A record that contains 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 that contain 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 that contains 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 that contain 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 that contain the unique measure, dimension, time, and version attributes for each
time-series data point.
|
Copyright © 2023. All rights reserved.