Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InventoryRecordPatchDetails
-
Packages that use InventoryRecordPatchDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InventoryRecordPatchDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return InventoryRecordPatchDetails Modifier and Type Method Description InventoryRecordPatchDetailsInventoryRecordPatchDetails.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type InventoryRecordPatchDetails Modifier and Type Method Description List<InventoryRecordPatchDetails>InventoryRecord. getInstalledPatches()List of details on the patches currently installed on the targetList<InventoryRecordPatchDetails>InventoryRecordSummary. getInstalledPatches()List of details on the patches currently installed on the targetMethods in com.oracle.bmc.fleetappsmanagement.model with parameters of type InventoryRecordPatchDetails Modifier and Type Method Description InventoryRecordPatchDetails.BuilderInventoryRecordPatchDetails.Builder. copy(InventoryRecordPatchDetails model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InventoryRecordPatchDetails Modifier and Type Method Description InventoryRecord.BuilderInventoryRecord.Builder. installedPatches(List<InventoryRecordPatchDetails> installedPatches)List of details on the patches currently installed on the targetInventoryRecordSummary.BuilderInventoryRecordSummary.Builder. installedPatches(List<InventoryRecordPatchDetails> installedPatches)List of details on the patches currently installed on the target
-