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.databasemanagementMethods in com.oracle.bmc.databasemanagement that return UpdateExternalDbHomeResponse Modifier and Type Method Description UpdateExternalDbHomeResponseDbManagement. updateExternalDbHome(UpdateExternalDbHomeRequest request)Updates the external DB home specified byexternalDbHomeId.UpdateExternalDbHomeResponseDbManagementClient. 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.responsesMethods in com.oracle.bmc.databasemanagement.responses that return UpdateExternalDbHomeResponse Modifier and Type Method Description UpdateExternalDbHomeResponseUpdateExternalDbHomeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type UpdateExternalDbHomeResponse Modifier and Type Method Description UpdateExternalDbHomeResponse.BuilderUpdateExternalDbHomeResponse.Builder. copy(UpdateExternalDbHomeResponse o)Copy method to populate the builder with values from the given instance.
 
-