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.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type UpdateCloudDbHomeRequest Modifier and Type Method Description UpdateCloudDbHomeResponse
DbManagement. 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)
UpdateCloudDbHomeResponse
DbManagementClient. 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.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateCloudDbHomeRequest Modifier and Type Method Description UpdateCloudDbHomeRequest
UpdateCloudDbHomeRequest.Builder. build()
Build the instance of UpdateCloudDbHomeRequest as configured by this builderUpdateCloudDbHomeRequest
UpdateCloudDbHomeRequest.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.Builder
UpdateCloudDbHomeRequest.Builder. copy(UpdateCloudDbHomeRequest o)
Copy method to populate the builder with values from the given instance.
-