Uses of Class
com.oracle.bmc.datasafe.responses.DeleteTargetDatabaseGroupResponse
-
Packages that use DeleteTargetDatabaseGroupResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of DeleteTargetDatabaseGroupResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return DeleteTargetDatabaseGroupResponse Modifier and Type Method Description DeleteTargetDatabaseGroupResponse
DataSafe. deleteTargetDatabaseGroup(DeleteTargetDatabaseGroupRequest request)
Deletes the specified target database group.DeleteTargetDatabaseGroupResponse
DataSafeClient. deleteTargetDatabaseGroup(DeleteTargetDatabaseGroupRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type DeleteTargetDatabaseGroupResponse Modifier and Type Method Description Future<DeleteTargetDatabaseGroupResponse>
DataSafeAsync. deleteTargetDatabaseGroup(DeleteTargetDatabaseGroupRequest request, AsyncHandler<DeleteTargetDatabaseGroupRequest,DeleteTargetDatabaseGroupResponse> handler)
Deletes the specified target database group.Future<DeleteTargetDatabaseGroupResponse>
DataSafeAsyncClient. deleteTargetDatabaseGroup(DeleteTargetDatabaseGroupRequest request, AsyncHandler<DeleteTargetDatabaseGroupRequest,DeleteTargetDatabaseGroupResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteTargetDatabaseGroupResponse Modifier and Type Method Description Future<DeleteTargetDatabaseGroupResponse>
DataSafeAsync. deleteTargetDatabaseGroup(DeleteTargetDatabaseGroupRequest request, AsyncHandler<DeleteTargetDatabaseGroupRequest,DeleteTargetDatabaseGroupResponse> handler)
Deletes the specified target database group.Future<DeleteTargetDatabaseGroupResponse>
DataSafeAsyncClient. deleteTargetDatabaseGroup(DeleteTargetDatabaseGroupRequest request, AsyncHandler<DeleteTargetDatabaseGroupRequest,DeleteTargetDatabaseGroupResponse> handler)
-
Uses of DeleteTargetDatabaseGroupResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DeleteTargetDatabaseGroupResponse Modifier and Type Method Description DeleteTargetDatabaseGroupResponse
DeleteTargetDatabaseGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DeleteTargetDatabaseGroupResponse Modifier and Type Method Description DeleteTargetDatabaseGroupResponse.Builder
DeleteTargetDatabaseGroupResponse.Builder. copy(DeleteTargetDatabaseGroupResponse o)
Copy method to populate the builder with values from the given instance.
-