Uses of Class
com.oracle.bmc.opsi.model.WarehouseDataObjectSummary
-
Packages that use WarehouseDataObjectSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of WarehouseDataObjectSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type WarehouseDataObjectSummary Modifier and Type Method Description Iterable<WarehouseDataObjectSummary>
OperationsInsightsPaginators. listWarehouseDataObjectsRecordIterator(ListWarehouseDataObjectsRequest request)
Creates a new iterable which will iterate over theWarehouseDataObjectSummary
objects contained in responses from the listWarehouseDataObjects operation. -
Uses of WarehouseDataObjectSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return WarehouseDataObjectSummary Modifier and Type Method Description WarehouseDataObjectSummary
WarehouseDataObjectSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type WarehouseDataObjectSummary Modifier and Type Method Description List<WarehouseDataObjectSummary>
WarehouseDataObjectCollection. getItems()
Array of Warehouse data object summary objects.Methods in com.oracle.bmc.opsi.model with parameters of type WarehouseDataObjectSummary Modifier and Type Method Description WarehouseDataObjectSummary.Builder
WarehouseDataObjectSummary.Builder. copy(WarehouseDataObjectSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type WarehouseDataObjectSummary Modifier and Type Method Description WarehouseDataObjectCollection.Builder
WarehouseDataObjectCollection.Builder. items(List<WarehouseDataObjectSummary> items)
Array of Warehouse data object summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type WarehouseDataObjectSummary Constructor Description WarehouseDataObjectCollection(List<WarehouseDataObjectSummary> items)
Deprecated.
-