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.model
Methods in com.oracle.bmc.bds.model that return InstallSoftwareUpdatesDetails Modifier and Type Method Description InstallSoftwareUpdatesDetails
InstallSoftwareUpdatesDetails.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type InstallSoftwareUpdatesDetails Modifier and Type Method Description InstallSoftwareUpdatesDetails.Builder
InstallSoftwareUpdatesDetails.Builder. copy(InstallSoftwareUpdatesDetails model)
-
Uses of InstallSoftwareUpdatesDetails in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return InstallSoftwareUpdatesDetails Modifier and Type Method Description InstallSoftwareUpdatesDetails
InstallSoftwareUpdatesRequest. getBody$()
Alternative accessor for the body parameter.InstallSoftwareUpdatesDetails
InstallSoftwareUpdatesRequest. 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.Builder
InstallSoftwareUpdatesRequest.Builder. body$(InstallSoftwareUpdatesDetails body)
Alternative setter for the body parameter.InstallSoftwareUpdatesRequest.Builder
InstallSoftwareUpdatesRequest.Builder. installSoftwareUpdatesDetails(InstallSoftwareUpdatesDetails installSoftwareUpdatesDetails)
Details of the software update to be installed.
-