Uses of Class
com.oracle.bmc.bds.model.OsPatchPackageSummary
-
Packages that use OsPatchPackageSummary Package Description com.oracle.bmc.bds.model -
-
Uses of OsPatchPackageSummary in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return OsPatchPackageSummary Modifier and Type Method Description OsPatchPackageSummary
OsPatchPackageSummary.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type OsPatchPackageSummary Modifier and Type Method Description List<OsPatchPackageSummary>
OsPatchDetails. getTargetPackages()
List of summaries of individual target packages.Methods in com.oracle.bmc.bds.model with parameters of type OsPatchPackageSummary Modifier and Type Method Description OsPatchPackageSummary.Builder
OsPatchPackageSummary.Builder. copy(OsPatchPackageSummary model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type OsPatchPackageSummary Modifier and Type Method Description OsPatchDetails.Builder
OsPatchDetails.Builder. targetPackages(List<OsPatchPackageSummary> targetPackages)
List of summaries of individual target packages.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type OsPatchPackageSummary Constructor Description OsPatchDetails(String osPatchVersion, String minBdsVersion, Map<String,String> minCompatibleOdhVersionMap, List<OsPatchPackageSummary> targetPackages, Date releaseDate, OsPatchDetails.PatchType patchType)
Deprecated.
-