Uses of Class
com.oracle.bmc.bds.model.InstallOsPatchDetails
-
Packages that use InstallOsPatchDetails Package Description com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of InstallOsPatchDetails in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return InstallOsPatchDetails Modifier and Type Method Description InstallOsPatchDetails
InstallOsPatchDetails.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type InstallOsPatchDetails Modifier and Type Method Description InstallOsPatchDetails.Builder
InstallOsPatchDetails.Builder. copy(InstallOsPatchDetails model)
-
Uses of InstallOsPatchDetails in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return InstallOsPatchDetails Modifier and Type Method Description InstallOsPatchDetails
InstallOsPatchRequest. getBody$()
Alternative accessor for the body parameter.InstallOsPatchDetails
InstallOsPatchRequest. getInstallOsPatchDetails()
Details of the target os patch that will be installedMethods in com.oracle.bmc.bds.requests with parameters of type InstallOsPatchDetails Modifier and Type Method Description InstallOsPatchRequest.Builder
InstallOsPatchRequest.Builder. body$(InstallOsPatchDetails body)
Alternative setter for the body parameter.InstallOsPatchRequest.Builder
InstallOsPatchRequest.Builder. installOsPatchDetails(InstallOsPatchDetails installOsPatchDetails)
Details of the target os patch that will be installed
-