Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InventoryResourceSummary
-
Packages that use InventoryResourceSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InventoryResourceSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type InventoryResourceSummary Modifier and Type Method Description Iterable<InventoryResourceSummary>
FleetAppsManagementPaginators. listInventoryResourcesRecordIterator(ListInventoryResourcesRequest request)
Creates a new iterable which will iterate over theInventoryResourceSummary
objects contained in responses from the listInventoryResources operation. -
Uses of InventoryResourceSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return InventoryResourceSummary Modifier and Type Method Description InventoryResourceSummary
InventoryResourceSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type InventoryResourceSummary Modifier and Type Method Description List<InventoryResourceSummary>
InventoryResourceCollection. getItems()
List of InventoryResources.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type InventoryResourceSummary Modifier and Type Method Description InventoryResourceSummary.Builder
InventoryResourceSummary.Builder. copy(InventoryResourceSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InventoryResourceSummary Modifier and Type Method Description InventoryResourceCollection.Builder
InventoryResourceCollection.Builder. items(List<InventoryResourceSummary> items)
List of InventoryResources.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InventoryResourceSummary Constructor Description InventoryResourceCollection(List<InventoryResourceSummary> items)
Deprecated.
-