Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ComplianceReportPatchDetail
-
Packages that use ComplianceReportPatchDetail Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ComplianceReportPatchDetail in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ComplianceReportPatchDetail Modifier and Type Method Description ComplianceReportPatchDetail
ComplianceReportPatchDetail.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type ComplianceReportPatchDetail Modifier and Type Method Description List<ComplianceReportPatchDetail>
ComplianceReportTarget. getInstalledPatches()
Installed Patches for the Target.List<ComplianceReportPatchDetail>
ComplianceReportTarget. getRecommendedPatches()
Recommended Patches for the Target.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ComplianceReportPatchDetail Modifier and Type Method Description ComplianceReportPatchDetail.Builder
ComplianceReportPatchDetail.Builder. copy(ComplianceReportPatchDetail model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ComplianceReportPatchDetail Modifier and Type Method Description ComplianceReportTarget.Builder
ComplianceReportTarget.Builder. installedPatches(List<ComplianceReportPatchDetail> installedPatches)
Installed Patches for the Target.ComplianceReportTarget.Builder
ComplianceReportTarget.Builder. recommendedPatches(List<ComplianceReportPatchDetail> recommendedPatches)
Recommended Patches for the Target.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ComplianceReportPatchDetail Constructor Description ComplianceReportTarget(String targetId, String targetName, String version, ComplianceState complianceState, List<ComplianceReportPatchDetail> installedPatches, List<ComplianceReportPatchDetail> recommendedPatches)
Deprecated.
-