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