Uses of Class
com.oracle.bmc.stackmonitoring.model.MetricExtensionResourceAggregation
-
Packages that use MetricExtensionResourceAggregation Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of MetricExtensionResourceAggregation in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return MetricExtensionResourceAggregation Modifier and Type Method Description MetricExtensionResourceAggregation
MetricExtensionResourceAggregation.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type MetricExtensionResourceAggregation Modifier and Type Method Description List<MetricExtensionResourceAggregation>
MetricExtensionResourceAggregationCollection. getItems()
The counts related to the associationStatus, metricExtensionId, resourceId and compartmentId.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type MetricExtensionResourceAggregation Modifier and Type Method Description MetricExtensionResourceAggregation.Builder
MetricExtensionResourceAggregation.Builder. copy(MetricExtensionResourceAggregation model)
Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type MetricExtensionResourceAggregation Modifier and Type Method Description MetricExtensionResourceAggregationCollection.Builder
MetricExtensionResourceAggregationCollection.Builder. items(List<MetricExtensionResourceAggregation> items)
The counts related to the associationStatus, metricExtensionId, resourceId and compartmentId.Constructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type MetricExtensionResourceAggregation Constructor Description MetricExtensionResourceAggregationCollection(List<MetricExtensionResourceAggregation> items)
Deprecated.
-