Uses of Class
com.oracle.bmc.monitoring.model.AggregatedDatapoint
-
Packages that use AggregatedDatapoint Package Description com.oracle.bmc.monitoring.model -
-
Uses of AggregatedDatapoint in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return AggregatedDatapoint Modifier and Type Method Description AggregatedDatapoint
AggregatedDatapoint.Builder. build()
Methods in com.oracle.bmc.monitoring.model that return types with arguments of type AggregatedDatapoint Modifier and Type Method Description List<AggregatedDatapoint>
MetricData. getAggregatedDatapoints()
The list of timestamp-value pairs returned for the specified request.Methods in com.oracle.bmc.monitoring.model with parameters of type AggregatedDatapoint Modifier and Type Method Description AggregatedDatapoint.Builder
AggregatedDatapoint.Builder. copy(AggregatedDatapoint model)
Method parameters in com.oracle.bmc.monitoring.model with type arguments of type AggregatedDatapoint Modifier and Type Method Description MetricData.Builder
MetricData.Builder. aggregatedDatapoints(List<AggregatedDatapoint> aggregatedDatapoints)
The list of timestamp-value pairs returned for the specified request.Constructor parameters in com.oracle.bmc.monitoring.model with type arguments of type AggregatedDatapoint Constructor Description MetricData(String namespace, String resourceGroup, String compartmentId, String name, Map<String,String> dimensions, Map<String,String> metadata, String resolution, List<AggregatedDatapoint> aggregatedDatapoints)
Deprecated.
-