Uses of Class
com.oracle.bmc.cloudbridge.model.InventorySummary
-
Packages that use InventorySummary Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model -
-
Uses of InventorySummary in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type InventorySummary Modifier and Type Method Description Iterable<InventorySummary>
InventoryPaginators. listInventoriesRecordIterator(ListInventoriesRequest request)
Creates a new iterable which will iterate over theInventorySummary
objects contained in responses from the listInventories operation. -
Uses of InventorySummary in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return InventorySummary Modifier and Type Method Description InventorySummary
InventorySummary.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type InventorySummary Modifier and Type Method Description List<InventorySummary>
InventoryCollection. getItems()
List of inventories.Methods in com.oracle.bmc.cloudbridge.model with parameters of type InventorySummary Modifier and Type Method Description InventorySummary.Builder
InventorySummary.Builder. copy(InventorySummary model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type InventorySummary Modifier and Type Method Description InventoryCollection.Builder
InventoryCollection.Builder. items(List<InventorySummary> items)
List of inventories.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type InventorySummary Constructor Description InventoryCollection(List<InventorySummary> items)
Deprecated.
-