Uses of Class
com.oracle.bmc.stackmonitoring.model.MonitoredResourcesCountAggregation
-
Packages that use MonitoredResourcesCountAggregation Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of MonitoredResourcesCountAggregation in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return MonitoredResourcesCountAggregation Modifier and Type Method Description MonitoredResourcesCountAggregationMonitoredResourcesCountAggregation.Builder. build()Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type MonitoredResourcesCountAggregation Modifier and Type Method Description List<MonitoredResourcesCountAggregation>MonitoredResourcesCountAggregationCollection. getItems()The counts related to the resource and resource types.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type MonitoredResourcesCountAggregation Modifier and Type Method Description MonitoredResourcesCountAggregation.BuilderMonitoredResourcesCountAggregation.Builder. copy(MonitoredResourcesCountAggregation model)Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type MonitoredResourcesCountAggregation Modifier and Type Method Description MonitoredResourcesCountAggregationCollection.BuilderMonitoredResourcesCountAggregationCollection.Builder. items(List<MonitoredResourcesCountAggregation> items)The counts related to the resource and resource types.Constructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type MonitoredResourcesCountAggregation Constructor Description MonitoredResourcesCountAggregationCollection(List<MonitoredResourcesCountAggregation> items)Deprecated.
-