Uses of Class
com.oracle.bmc.databasemanagement.responses.UpdateExternalDbHomeResponse
-
Packages that use UpdateExternalDbHomeResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of UpdateExternalDbHomeResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return UpdateExternalDbHomeResponse Modifier and Type Method Description UpdateExternalDbHomeResponse
DbManagement. updateExternalDbHome(UpdateExternalDbHomeRequest request)
Updates the external DB home specified byexternalDbHomeId
.UpdateExternalDbHomeResponse
DbManagementClient. updateExternalDbHome(UpdateExternalDbHomeRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type UpdateExternalDbHomeResponse Modifier and Type Method Description Future<UpdateExternalDbHomeResponse>
DbManagementAsync. updateExternalDbHome(UpdateExternalDbHomeRequest request, AsyncHandler<UpdateExternalDbHomeRequest,UpdateExternalDbHomeResponse> handler)
Updates the external DB home specified byexternalDbHomeId
.Future<UpdateExternalDbHomeResponse>
DbManagementAsyncClient. updateExternalDbHome(UpdateExternalDbHomeRequest request, AsyncHandler<UpdateExternalDbHomeRequest,UpdateExternalDbHomeResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateExternalDbHomeResponse Modifier and Type Method Description Future<UpdateExternalDbHomeResponse>
DbManagementAsync. updateExternalDbHome(UpdateExternalDbHomeRequest request, AsyncHandler<UpdateExternalDbHomeRequest,UpdateExternalDbHomeResponse> handler)
Updates the external DB home specified byexternalDbHomeId
.Future<UpdateExternalDbHomeResponse>
DbManagementAsyncClient. updateExternalDbHome(UpdateExternalDbHomeRequest request, AsyncHandler<UpdateExternalDbHomeRequest,UpdateExternalDbHomeResponse> handler)
-
Uses of UpdateExternalDbHomeResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return UpdateExternalDbHomeResponse Modifier and Type Method Description UpdateExternalDbHomeResponse
UpdateExternalDbHomeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateExternalDbHomeResponse Modifier and Type Method Description UpdateExternalDbHomeResponse.Builder
UpdateExternalDbHomeResponse.Builder. copy(UpdateExternalDbHomeResponse o)
Copy method to populate the builder with values from the given instance.
-