Uses of Class
com.oracle.bmc.bds.model.InstallSoftwareUpdatesDetails
- 
Packages that use InstallSoftwareUpdatesDetails Package Description com.oracle.bmc.bds.model com.oracle.bmc.bds.requests 
- 
- 
Uses of InstallSoftwareUpdatesDetails in com.oracle.bmc.bds.modelMethods in com.oracle.bmc.bds.model that return InstallSoftwareUpdatesDetails Modifier and Type Method Description InstallSoftwareUpdatesDetailsInstallSoftwareUpdatesDetails.Builder. build()Methods in com.oracle.bmc.bds.model with parameters of type InstallSoftwareUpdatesDetails Modifier and Type Method Description InstallSoftwareUpdatesDetails.BuilderInstallSoftwareUpdatesDetails.Builder. copy(InstallSoftwareUpdatesDetails model)
- 
Uses of InstallSoftwareUpdatesDetails in com.oracle.bmc.bds.requestsMethods in com.oracle.bmc.bds.requests that return InstallSoftwareUpdatesDetails Modifier and Type Method Description InstallSoftwareUpdatesDetailsInstallSoftwareUpdatesRequest. getBody$()Alternative accessor for the body parameter.InstallSoftwareUpdatesDetailsInstallSoftwareUpdatesRequest. getInstallSoftwareUpdatesDetails()Details of the software update to be installed.Methods in com.oracle.bmc.bds.requests with parameters of type InstallSoftwareUpdatesDetails Modifier and Type Method Description InstallSoftwareUpdatesRequest.BuilderInstallSoftwareUpdatesRequest.Builder. body$(InstallSoftwareUpdatesDetails body)Alternative setter for the body parameter.InstallSoftwareUpdatesRequest.BuilderInstallSoftwareUpdatesRequest.Builder. installSoftwareUpdatesDetails(InstallSoftwareUpdatesDetails installSoftwareUpdatesDetails)Details of the software update to be installed.
 
-