Uses of Class
com.oracle.bmc.cloudbridge.model.HistoricalMetricSummary
-
Packages that use HistoricalMetricSummary Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model -
-
Uses of HistoricalMetricSummary in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type HistoricalMetricSummary Modifier and Type Method Description Iterable<HistoricalMetricSummary>
InventoryPaginators. listHistoricalMetricsRecordIterator(ListHistoricalMetricsRequest request)
Creates a new iterable which will iterate over theHistoricalMetricSummary
objects contained in responses from the listHistoricalMetrics operation. -
Uses of HistoricalMetricSummary in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return HistoricalMetricSummary Modifier and Type Method Description HistoricalMetricSummary
HistoricalMetricSummary.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type HistoricalMetricSummary Modifier and Type Method Description List<HistoricalMetricSummary>
HistoricalMetricCollection. getItems()
List of asset historical metrics.Methods in com.oracle.bmc.cloudbridge.model with parameters of type HistoricalMetricSummary Modifier and Type Method Description HistoricalMetricSummary.Builder
HistoricalMetricSummary.Builder. copy(HistoricalMetricSummary model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type HistoricalMetricSummary Modifier and Type Method Description HistoricalMetricCollection.Builder
HistoricalMetricCollection.Builder. items(List<HistoricalMetricSummary> items)
List of asset historical metrics.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type HistoricalMetricSummary Constructor Description HistoricalMetricCollection(List<HistoricalMetricSummary> items)
Deprecated.
-