Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateCloudDbHomeRequest
- 
Packages that use UpdateCloudDbHomeRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests 
- 
- 
Uses of UpdateCloudDbHomeRequest in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement with parameters of type UpdateCloudDbHomeRequest Modifier and Type Method Description UpdateCloudDbHomeResponseDbManagement. updateCloudDbHome(UpdateCloudDbHomeRequest request)Updates the cloud DB home specified bycloudDbHomeId.Future<UpdateCloudDbHomeResponse>DbManagementAsync. updateCloudDbHome(UpdateCloudDbHomeRequest request, AsyncHandler<UpdateCloudDbHomeRequest,UpdateCloudDbHomeResponse> handler)Updates the cloud DB home specified bycloudDbHomeId.Future<UpdateCloudDbHomeResponse>DbManagementAsyncClient. updateCloudDbHome(UpdateCloudDbHomeRequest request, AsyncHandler<UpdateCloudDbHomeRequest,UpdateCloudDbHomeResponse> handler)UpdateCloudDbHomeResponseDbManagementClient. updateCloudDbHome(UpdateCloudDbHomeRequest request)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudDbHomeRequest Modifier and Type Method Description Future<UpdateCloudDbHomeResponse>DbManagementAsync. updateCloudDbHome(UpdateCloudDbHomeRequest request, AsyncHandler<UpdateCloudDbHomeRequest,UpdateCloudDbHomeResponse> handler)Updates the cloud DB home specified bycloudDbHomeId.Future<UpdateCloudDbHomeResponse>DbManagementAsyncClient. updateCloudDbHome(UpdateCloudDbHomeRequest request, AsyncHandler<UpdateCloudDbHomeRequest,UpdateCloudDbHomeResponse> handler)
- 
Uses of UpdateCloudDbHomeRequest in com.oracle.bmc.databasemanagement.requestsMethods in com.oracle.bmc.databasemanagement.requests that return UpdateCloudDbHomeRequest Modifier and Type Method Description UpdateCloudDbHomeRequestUpdateCloudDbHomeRequest.Builder. build()Build the instance of UpdateCloudDbHomeRequest as configured by this builderUpdateCloudDbHomeRequestUpdateCloudDbHomeRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateCloudDbHomeRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateCloudDbHomeRequest Modifier and Type Method Description UpdateCloudDbHomeRequest.BuilderUpdateCloudDbHomeRequest.Builder. copy(UpdateCloudDbHomeRequest o)Copy method to populate the builder with values from the given instance.
 
-