Uses of Class
com.oracle.bmc.databasemanagement.requests.UpdateManagedDatabaseGroupRequest
-
Packages that use UpdateManagedDatabaseGroupRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateManagedDatabaseGroupRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type UpdateManagedDatabaseGroupRequest Modifier and Type Method Description UpdateManagedDatabaseGroupResponse
DbManagement. updateManagedDatabaseGroup(UpdateManagedDatabaseGroupRequest request)
Updates the Managed Database Group specified by managedDatabaseGroupId.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)
UpdateManagedDatabaseGroupResponse
DbManagementClient. updateManagedDatabaseGroup(UpdateManagedDatabaseGroupRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type UpdateManagedDatabaseGroupRequest 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 UpdateManagedDatabaseGroupRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateManagedDatabaseGroupRequest Modifier and Type Method Description UpdateManagedDatabaseGroupRequest
UpdateManagedDatabaseGroupRequest.Builder. build()
Build the instance of UpdateManagedDatabaseGroupRequest as configured by this builderUpdateManagedDatabaseGroupRequest
UpdateManagedDatabaseGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateManagedDatabaseGroupRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateManagedDatabaseGroupRequest Modifier and Type Method Description UpdateManagedDatabaseGroupRequest.Builder
UpdateManagedDatabaseGroupRequest.Builder. copy(UpdateManagedDatabaseGroupRequest o)
Copy method to populate the builder with values from the given instance.
-