Uses of Class
com.oracle.bmc.bds.model.SoftwareUpdate
-
Packages that use SoftwareUpdate Package Description com.oracle.bmc.bds.model com.oracle.bmc.bds.responses -
-
Uses of SoftwareUpdate in com.oracle.bmc.bds.model
Subclasses of SoftwareUpdate in com.oracle.bmc.bds.model Modifier and Type Class Description class
BdsSoftwareUpdate
Details about the given BDS type of software update. -
Uses of SoftwareUpdate in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return SoftwareUpdate Modifier and Type Method Description SoftwareUpdate
GetSoftwareUpdateResponse. getSoftwareUpdate()
The returned SoftwareUpdate instance.Methods in com.oracle.bmc.bds.responses with parameters of type SoftwareUpdate Modifier and Type Method Description GetSoftwareUpdateResponse.Builder
GetSoftwareUpdateResponse.Builder. softwareUpdate(SoftwareUpdate softwareUpdate)
The returned SoftwareUpdate instance.
-