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.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetManagedDatabaseGroupResponse Modifier and Type Method Description GetManagedDatabaseGroupResponse
DbManagement. getManagedDatabaseGroup(GetManagedDatabaseGroupRequest request)
Gets the details for the Managed Database Group specified by managedDatabaseGroupId.GetManagedDatabaseGroupResponse
DbManagementClient. 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 for 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.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetManagedDatabaseGroupResponse Modifier and Type Method Description GetManagedDatabaseGroupResponse
GetManagedDatabaseGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetManagedDatabaseGroupResponse Modifier and Type Method Description GetManagedDatabaseGroupResponse.Builder
GetManagedDatabaseGroupResponse.Builder. copy(GetManagedDatabaseGroupResponse o)
Copy method to populate the builder with values from the given instance.
-