Uses of Class
com.oracle.bmc.databasemanagement.responses.GetExternalDbHomeResponse
- 
Packages that use GetExternalDbHomeResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses 
- 
- 
Uses of GetExternalDbHomeResponse in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return GetExternalDbHomeResponse Modifier and Type Method Description GetExternalDbHomeResponseDbManagement. getExternalDbHome(GetExternalDbHomeRequest request)Gets the details for the external DB home specified byexternalDbHomeId.GetExternalDbHomeResponseDbManagementClient. getExternalDbHome(GetExternalDbHomeRequest request)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetExternalDbHomeResponse Modifier and Type Method Description Future<GetExternalDbHomeResponse>DbManagementAsync. getExternalDbHome(GetExternalDbHomeRequest request, AsyncHandler<GetExternalDbHomeRequest,GetExternalDbHomeResponse> handler)Gets the details for the external DB home specified byexternalDbHomeId.Future<GetExternalDbHomeResponse>DbManagementAsyncClient. getExternalDbHome(GetExternalDbHomeRequest request, AsyncHandler<GetExternalDbHomeRequest,GetExternalDbHomeResponse> handler)
- 
Uses of GetExternalDbHomeResponse in com.oracle.bmc.databasemanagement.responsesMethods in com.oracle.bmc.databasemanagement.responses that return GetExternalDbHomeResponse Modifier and Type Method Description GetExternalDbHomeResponseGetExternalDbHomeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetExternalDbHomeResponse Modifier and Type Method Description GetExternalDbHomeResponse.BuilderGetExternalDbHomeResponse.Builder. copy(GetExternalDbHomeResponse o)Copy method to populate the builder with values from the given instance.
 
-