Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateCloudDbHomeResponse
-
Packages that use UpdateCloudDbHomeResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateCloudDbHomeResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateCloudDbHomeResponse Modifier and Type Method Description UpdateCloudDbHomeResponse
DbManagement. updateCloudDbHome(UpdateCloudDbHomeRequest request)
Updates the cloud DB home specified bycloudDbHomeId
.UpdateCloudDbHomeResponse
DbManagementClient. updateCloudDbHome(UpdateCloudDbHomeRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateCloudDbHomeResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateCloudDbHomeResponse 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 UpdateCloudDbHomeResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateCloudDbHomeResponse Modifier and Type Method Description UpdateCloudDbHomeResponse
UpdateCloudDbHomeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateCloudDbHomeResponse Modifier and Type Method Description UpdateCloudDbHomeResponse.Builder
UpdateCloudDbHomeResponse.Builder. copy(UpdateCloudDbHomeResponse o)
Copy method to populate the builder with values from the given instance.
-