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