Uses of Class
com.oracle.bmc.databasemanagement.responses.GetCloudDbHomeResponse
-
Packages that use GetCloudDbHomeResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetCloudDbHomeResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetCloudDbHomeResponse Modifier and Type Method Description GetCloudDbHomeResponse
DbManagement. getCloudDbHome(GetCloudDbHomeRequest request)
Gets the details for the cloud DB home specified bycloudDbHomeId
.GetCloudDbHomeResponse
DbManagementClient. getCloudDbHome(GetCloudDbHomeRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetCloudDbHomeResponse Modifier and Type Method Description Future<GetCloudDbHomeResponse>
DbManagementAsync. getCloudDbHome(GetCloudDbHomeRequest request, AsyncHandler<GetCloudDbHomeRequest,GetCloudDbHomeResponse> handler)
Gets the details for the cloud DB home specified bycloudDbHomeId
.Future<GetCloudDbHomeResponse>
DbManagementAsyncClient. getCloudDbHome(GetCloudDbHomeRequest request, AsyncHandler<GetCloudDbHomeRequest,GetCloudDbHomeResponse> handler)
-
Uses of GetCloudDbHomeResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetCloudDbHomeResponse Modifier and Type Method Description GetCloudDbHomeResponse
GetCloudDbHomeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetCloudDbHomeResponse Modifier and Type Method Description GetCloudDbHomeResponse.Builder
GetCloudDbHomeResponse.Builder. copy(GetCloudDbHomeResponse o)
Copy method to populate the builder with values from the given instance.
-