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.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetExternalDbHomeResponse Modifier and Type Method Description GetExternalDbHomeResponse
DbManagement. getExternalDbHome(GetExternalDbHomeRequest request)
Gets the details for the external DB home specified byexternalDbHomeId
.GetExternalDbHomeResponse
DbManagementClient. 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.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetExternalDbHomeResponse Modifier and Type Method Description GetExternalDbHomeResponse
GetExternalDbHomeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetExternalDbHomeResponse Modifier and Type Method Description GetExternalDbHomeResponse.Builder
GetExternalDbHomeResponse.Builder. copy(GetExternalDbHomeResponse o)
Copy method to populate the builder with values from the given instance.
-