Uses of Class
com.oracle.bmc.datasafe.model.AlertsAggregationDimension
-
Packages that use AlertsAggregationDimension Package Description com.oracle.bmc.datasafe.model -
-
Uses of AlertsAggregationDimension in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertsAggregationDimension Modifier and Type Method Description AlertsAggregationDimension
AlertsAggregationDimension.Builder. build()
AlertsAggregationDimension
AlertAggregationItems. getDimensions()
Methods in com.oracle.bmc.datasafe.model with parameters of type AlertsAggregationDimension Modifier and Type Method Description AlertsAggregationDimension.Builder
AlertsAggregationDimension.Builder. copy(AlertsAggregationDimension model)
AlertAggregationItems.Builder
AlertAggregationItems.Builder. dimensions(AlertsAggregationDimension dimensions)
Constructors in com.oracle.bmc.datasafe.model with parameters of type AlertsAggregationDimension Constructor Description AlertAggregationItems(String metricName, Date timeStarted, Date timeEnded, Long count, AlertsAggregationDimension dimensions)
Deprecated.
-