Uses of Class
com.oracle.bmc.bds.responses.InstallSoftwareUpdatesResponse
-
Packages that use InstallSoftwareUpdatesResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of InstallSoftwareUpdatesResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return InstallSoftwareUpdatesResponse Modifier and Type Method Description InstallSoftwareUpdatesResponse
Bds. installSoftwareUpdates(InstallSoftwareUpdatesRequest request)
Install the specified software update to this cluster.InstallSoftwareUpdatesResponse
BdsClient. installSoftwareUpdates(InstallSoftwareUpdatesRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type InstallSoftwareUpdatesResponse Modifier and Type Method Description Future<InstallSoftwareUpdatesResponse>
BdsAsync. installSoftwareUpdates(InstallSoftwareUpdatesRequest request, AsyncHandler<InstallSoftwareUpdatesRequest,InstallSoftwareUpdatesResponse> handler)
Install the specified software update to this cluster.Future<InstallSoftwareUpdatesResponse>
BdsAsyncClient. installSoftwareUpdates(InstallSoftwareUpdatesRequest request, AsyncHandler<InstallSoftwareUpdatesRequest,InstallSoftwareUpdatesResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type InstallSoftwareUpdatesResponse Modifier and Type Method Description Future<InstallSoftwareUpdatesResponse>
BdsAsync. installSoftwareUpdates(InstallSoftwareUpdatesRequest request, AsyncHandler<InstallSoftwareUpdatesRequest,InstallSoftwareUpdatesResponse> handler)
Install the specified software update to this cluster.Future<InstallSoftwareUpdatesResponse>
BdsAsyncClient. installSoftwareUpdates(InstallSoftwareUpdatesRequest request, AsyncHandler<InstallSoftwareUpdatesRequest,InstallSoftwareUpdatesResponse> handler)
-
Uses of InstallSoftwareUpdatesResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return InstallSoftwareUpdatesResponse Modifier and Type Method Description InstallSoftwareUpdatesResponse
InstallSoftwareUpdatesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type InstallSoftwareUpdatesResponse Modifier and Type Method Description InstallSoftwareUpdatesResponse.Builder
InstallSoftwareUpdatesResponse.Builder. copy(InstallSoftwareUpdatesResponse o)
Copy method to populate the builder with values from the given instance.
-