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