Uses of Class
com.oracle.bmc.databasemanagement.responses.GetManagedDatabaseGroupResponse
- 
Packages that use GetManagedDatabaseGroupResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses 
- 
- 
Uses of GetManagedDatabaseGroupResponse in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return GetManagedDatabaseGroupResponse Modifier and Type Method Description GetManagedDatabaseGroupResponseDbManagement. getManagedDatabaseGroup(GetManagedDatabaseGroupRequest request)Gets the details of the Managed Database Group specified by managedDatabaseGroupId.GetManagedDatabaseGroupResponseDbManagementClient. getManagedDatabaseGroup(GetManagedDatabaseGroupRequest request)Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetManagedDatabaseGroupResponse Modifier and Type Method Description Future<GetManagedDatabaseGroupResponse>DbManagementAsync. getManagedDatabaseGroup(GetManagedDatabaseGroupRequest request, AsyncHandler<GetManagedDatabaseGroupRequest,GetManagedDatabaseGroupResponse> handler)Gets the details of the Managed Database Group specified by managedDatabaseGroupId.Future<GetManagedDatabaseGroupResponse>DbManagementAsyncClient. getManagedDatabaseGroup(GetManagedDatabaseGroupRequest request, AsyncHandler<GetManagedDatabaseGroupRequest,GetManagedDatabaseGroupResponse> handler)
- 
Uses of GetManagedDatabaseGroupResponse in com.oracle.bmc.databasemanagement.responsesMethods in com.oracle.bmc.databasemanagement.responses that return GetManagedDatabaseGroupResponse Modifier and Type Method Description GetManagedDatabaseGroupResponseGetManagedDatabaseGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetManagedDatabaseGroupResponse Modifier and Type Method Description GetManagedDatabaseGroupResponse.BuilderGetManagedDatabaseGroupResponse.Builder. copy(GetManagedDatabaseGroupResponse o)Copy method to populate the builder with values from the given instance.
 
-