Uses of Class
com.oracle.bmc.ocicontrolcenter.model.MetricPropertySummary
-
Packages that use MetricPropertySummary Package Description com.oracle.bmc.ocicontrolcenter com.oracle.bmc.ocicontrolcenter.model -
-
Uses of MetricPropertySummary in com.oracle.bmc.ocicontrolcenter
Methods in com.oracle.bmc.ocicontrolcenter that return types with arguments of type MetricPropertySummary Modifier and Type Method Description Iterable<MetricPropertySummary>
OccMetricsPaginators. listMetricPropertiesRecordIterator(ListMetricPropertiesRequest request)
Creates a new iterable which will iterate over theMetricPropertySummary
objects contained in responses from the listMetricProperties operation. -
Uses of MetricPropertySummary in com.oracle.bmc.ocicontrolcenter.model
Methods in com.oracle.bmc.ocicontrolcenter.model that return MetricPropertySummary Modifier and Type Method Description MetricPropertySummary
MetricPropertySummary.Builder. build()
Methods in com.oracle.bmc.ocicontrolcenter.model that return types with arguments of type MetricPropertySummary Modifier and Type Method Description List<MetricPropertySummary>
MetricPropertyCollection. getItems()
An array of MetricPropertySummary objects.Methods in com.oracle.bmc.ocicontrolcenter.model with parameters of type MetricPropertySummary Modifier and Type Method Description MetricPropertySummary.Builder
MetricPropertySummary.Builder. copy(MetricPropertySummary model)
Method parameters in com.oracle.bmc.ocicontrolcenter.model with type arguments of type MetricPropertySummary Modifier and Type Method Description MetricPropertyCollection.Builder
MetricPropertyCollection.Builder. items(List<MetricPropertySummary> items)
An array of MetricPropertySummary objects.Constructor parameters in com.oracle.bmc.ocicontrolcenter.model with type arguments of type MetricPropertySummary Constructor Description MetricPropertyCollection(List<MetricPropertySummary> items)
Deprecated.
-