Uses of Class
com.oracle.bmc.opsi.model.OperationsInsightsWarehouseSummary
-
Packages that use OperationsInsightsWarehouseSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of OperationsInsightsWarehouseSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type OperationsInsightsWarehouseSummary Modifier and Type Method Description Iterable<OperationsInsightsWarehouseSummary>
OperationsInsightsPaginators. listOperationsInsightsWarehousesRecordIterator(ListOperationsInsightsWarehousesRequest request)
Creates a new iterable which will iterate over theOperationsInsightsWarehouseSummary
objects contained in responses from the listOperationsInsightsWarehouses operation. -
Uses of OperationsInsightsWarehouseSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return OperationsInsightsWarehouseSummary Modifier and Type Method Description OperationsInsightsWarehouseSummary
OperationsInsightsWarehouseSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type OperationsInsightsWarehouseSummary Modifier and Type Method Description List<OperationsInsightsWarehouseSummary>
OperationsInsightsWarehouseSummaryCollection. getItems()
Array of Operations Insights Warehouse summary objects.Methods in com.oracle.bmc.opsi.model with parameters of type OperationsInsightsWarehouseSummary Modifier and Type Method Description OperationsInsightsWarehouseSummary.Builder
OperationsInsightsWarehouseSummary.Builder. copy(OperationsInsightsWarehouseSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type OperationsInsightsWarehouseSummary Modifier and Type Method Description OperationsInsightsWarehouseSummaryCollection.Builder
OperationsInsightsWarehouseSummaryCollection.Builder. items(List<OperationsInsightsWarehouseSummary> items)
Array of Operations Insights Warehouse summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type OperationsInsightsWarehouseSummary Constructor Description OperationsInsightsWarehouseSummaryCollection(List<OperationsInsightsWarehouseSummary> items)
Deprecated.
-