Uses of Class
com.oracle.bmc.jms.model.PatchDetail
-
Packages that use PatchDetail Package Description com.oracle.bmc.jms.model -
-
Uses of PatchDetail in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PatchDetail Modifier and Type Method Description PatchDetail
PatchDetail.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type PatchDetail Modifier and Type Method Description List<PatchDetail>
JavaRelease. getMosPatches()
List of My Oracle Support(MoS) patches available for this release.List<PatchDetail>
JavaReleaseSummary. getMosPatches()
List of My Oracle Support(MoS) patches available for this release.Methods in com.oracle.bmc.jms.model with parameters of type PatchDetail Modifier and Type Method Description PatchDetail.Builder
PatchDetail.Builder. copy(PatchDetail model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type PatchDetail Modifier and Type Method Description JavaRelease.Builder
JavaRelease.Builder. mosPatches(List<PatchDetail> mosPatches)
List of My Oracle Support(MoS) patches available for this release.JavaReleaseSummary.Builder
JavaReleaseSummary.Builder. mosPatches(List<PatchDetail> mosPatches)
List of My Oracle Support(MoS) patches available for this release.
-