Uses of Class
com.oracle.bmc.databasemanagement.responses.AddManagedDatabaseToManagedDatabaseGroupResponse
-
Packages that use AddManagedDatabaseToManagedDatabaseGroupResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of AddManagedDatabaseToManagedDatabaseGroupResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return AddManagedDatabaseToManagedDatabaseGroupResponse Modifier and Type Method Description AddManagedDatabaseToManagedDatabaseGroupResponse
DbManagement. addManagedDatabaseToManagedDatabaseGroup(AddManagedDatabaseToManagedDatabaseGroupRequest request)
Adds a Managed Database to a specific Managed Database Group.AddManagedDatabaseToManagedDatabaseGroupResponse
DbManagementClient. addManagedDatabaseToManagedDatabaseGroup(AddManagedDatabaseToManagedDatabaseGroupRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type AddManagedDatabaseToManagedDatabaseGroupResponse Modifier and Type Method Description Future<AddManagedDatabaseToManagedDatabaseGroupResponse>
DbManagementAsync. addManagedDatabaseToManagedDatabaseGroup(AddManagedDatabaseToManagedDatabaseGroupRequest request, AsyncHandler<AddManagedDatabaseToManagedDatabaseGroupRequest,AddManagedDatabaseToManagedDatabaseGroupResponse> handler)
Adds a Managed Database to a specific Managed Database Group.Future<AddManagedDatabaseToManagedDatabaseGroupResponse>
DbManagementAsyncClient. addManagedDatabaseToManagedDatabaseGroup(AddManagedDatabaseToManagedDatabaseGroupRequest request, AsyncHandler<AddManagedDatabaseToManagedDatabaseGroupRequest,AddManagedDatabaseToManagedDatabaseGroupResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type AddManagedDatabaseToManagedDatabaseGroupResponse Modifier and Type Method Description Future<AddManagedDatabaseToManagedDatabaseGroupResponse>
DbManagementAsync. addManagedDatabaseToManagedDatabaseGroup(AddManagedDatabaseToManagedDatabaseGroupRequest request, AsyncHandler<AddManagedDatabaseToManagedDatabaseGroupRequest,AddManagedDatabaseToManagedDatabaseGroupResponse> handler)
Adds a Managed Database to a specific Managed Database Group.Future<AddManagedDatabaseToManagedDatabaseGroupResponse>
DbManagementAsyncClient. addManagedDatabaseToManagedDatabaseGroup(AddManagedDatabaseToManagedDatabaseGroupRequest request, AsyncHandler<AddManagedDatabaseToManagedDatabaseGroupRequest,AddManagedDatabaseToManagedDatabaseGroupResponse> handler)
-
Uses of AddManagedDatabaseToManagedDatabaseGroupResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return AddManagedDatabaseToManagedDatabaseGroupResponse Modifier and Type Method Description AddManagedDatabaseToManagedDatabaseGroupResponse
AddManagedDatabaseToManagedDatabaseGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type AddManagedDatabaseToManagedDatabaseGroupResponse Modifier and Type Method Description AddManagedDatabaseToManagedDatabaseGroupResponse.Builder
AddManagedDatabaseToManagedDatabaseGroupResponse.Builder. copy(AddManagedDatabaseToManagedDatabaseGroupResponse o)
Copy method to populate the builder with values from the given instance.
-