Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InventoryRecordSummary
-
Packages that use InventoryRecordSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InventoryRecordSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type InventoryRecordSummary Modifier and Type Method Description Iterable<InventoryRecordSummary>FleetAppsManagementOperationsPaginators. listInventoryRecordsRecordIterator(ListInventoryRecordsRequest request)Creates a new iterable which will iterate over theInventoryRecordSummaryobjects contained in responses from the listInventoryRecords operation. -
Uses of InventoryRecordSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return InventoryRecordSummary Modifier and Type Method Description InventoryRecordSummaryInventoryRecordSummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type InventoryRecordSummary Modifier and Type Method Description List<InventoryRecordSummary>InventoryRecordCollection. getItems()List of inventory targetsMethods in com.oracle.bmc.fleetappsmanagement.model with parameters of type InventoryRecordSummary Modifier and Type Method Description InventoryRecordSummary.BuilderInventoryRecordSummary.Builder. copy(InventoryRecordSummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InventoryRecordSummary Modifier and Type Method Description InventoryRecordCollection.BuilderInventoryRecordCollection.Builder. items(List<InventoryRecordSummary> items)List of inventory targetsConstructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InventoryRecordSummary Constructor Description InventoryRecordCollection(List<InventoryRecordSummary> items)Deprecated.
-