Uses of Class
com.oracle.bmc.stackmonitoring.model.DataPoint.Builder
- 
Packages that use DataPoint.Builder Package Description com.oracle.bmc.stackmonitoring.model 
- 
- 
Uses of DataPoint.Builder in com.oracle.bmc.stackmonitoring.modelMethods in com.oracle.bmc.stackmonitoring.model that return DataPoint.Builder Modifier and Type Method Description static DataPoint.BuilderDataPoint. builder()Create a new builder.DataPoint.BuilderDataPoint.Builder. copy(DataPoint model)DataPoint.BuilderDataPoint.Builder. timestamp(Date timestamp)timestamp of when the metric was collectedDataPoint.BuilderDataPoint. toBuilder()DataPoint.BuilderDataPoint.Builder. value(Double value)value for the metric data point
 
-