Uses of Interface
software.amazon.awssdk.services.pi.model.DataPoint.Builder
-
Packages that use DataPoint.Builder Package Description software.amazon.awssdk.services.pi.model -
-
Uses of DataPoint.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return DataPoint.Builder Modifier and Type Method Description static DataPoint.BuilderDataPoint. builder()DataPoint.BuilderDataPoint.Builder. timestamp(Instant timestamp)The time, in epoch format, associated with a particularValue.DataPoint.BuilderDataPoint. toBuilder()DataPoint.BuilderDataPoint.Builder. value(Double value)The actual value associated with a particularTimestamp.Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type DataPoint.Builder Modifier and Type Method Description static Class<? extends DataPoint.Builder>DataPoint. serializableBuilderClass()
-