Uses of Class
com.oracle.bmc.bds.requests.InstallSoftwareUpdatesRequest
-
Packages that use InstallSoftwareUpdatesRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of InstallSoftwareUpdatesRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type InstallSoftwareUpdatesRequest Modifier and Type Method Description InstallSoftwareUpdatesResponse
Bds. installSoftwareUpdates(InstallSoftwareUpdatesRequest request)
Install the specified software update to this cluster.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)
InstallSoftwareUpdatesResponse
BdsClient. installSoftwareUpdates(InstallSoftwareUpdatesRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type InstallSoftwareUpdatesRequest 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 InstallSoftwareUpdatesRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return InstallSoftwareUpdatesRequest Modifier and Type Method Description InstallSoftwareUpdatesRequest
InstallSoftwareUpdatesRequest.Builder. build()
Build the instance of InstallSoftwareUpdatesRequest as configured by this builderInstallSoftwareUpdatesRequest
InstallSoftwareUpdatesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of InstallSoftwareUpdatesRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type InstallSoftwareUpdatesRequest Modifier and Type Method Description InstallSoftwareUpdatesRequest.Builder
InstallSoftwareUpdatesRequest.Builder. copy(InstallSoftwareUpdatesRequest o)
Copy method to populate the builder with values from the given instance.
-