Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.Record
-
Packages that use Record Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of Record in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return Record Modifier and Type Method Description RecordWriteRecordsRequest. commonAttributes()A record that contains the common measure, dimension, time, and version attributes shared across all the records in the request.Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type Record Modifier and Type Method 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.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type Record Modifier and Type Method Description WriteRecordsRequest.BuilderWriteRecordsRequest.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.BuilderWriteRecordsRequest.Builder. records(Record... records)An array of records that contain the unique measure, dimension, time, and version attributes for each time-series data point.Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type Record Modifier and Type Method Description WriteRecordsRequest.BuilderWriteRecordsRequest.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.
-