Uses of Class
com.oracle.bmc.databasemigration.responses.RemoveMigrationObjectsResponse
-
Packages that use RemoveMigrationObjectsResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of RemoveMigrationObjectsResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return RemoveMigrationObjectsResponse Modifier and Type Method Description RemoveMigrationObjectsResponse
DatabaseMigration. removeMigrationObjects(RemoveMigrationObjectsRequest request)
Remove excluded/included objects.RemoveMigrationObjectsResponse
DatabaseMigrationClient. removeMigrationObjects(RemoveMigrationObjectsRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type RemoveMigrationObjectsResponse Modifier and Type Method Description Future<RemoveMigrationObjectsResponse>
DatabaseMigrationAsync. removeMigrationObjects(RemoveMigrationObjectsRequest request, AsyncHandler<RemoveMigrationObjectsRequest,RemoveMigrationObjectsResponse> handler)
Remove excluded/included objects.Future<RemoveMigrationObjectsResponse>
DatabaseMigrationAsyncClient. removeMigrationObjects(RemoveMigrationObjectsRequest request, AsyncHandler<RemoveMigrationObjectsRequest,RemoveMigrationObjectsResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type RemoveMigrationObjectsResponse Modifier and Type Method Description Future<RemoveMigrationObjectsResponse>
DatabaseMigrationAsync. removeMigrationObjects(RemoveMigrationObjectsRequest request, AsyncHandler<RemoveMigrationObjectsRequest,RemoveMigrationObjectsResponse> handler)
Remove excluded/included objects.Future<RemoveMigrationObjectsResponse>
DatabaseMigrationAsyncClient. removeMigrationObjects(RemoveMigrationObjectsRequest request, AsyncHandler<RemoveMigrationObjectsRequest,RemoveMigrationObjectsResponse> handler)
-
Uses of RemoveMigrationObjectsResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return RemoveMigrationObjectsResponse Modifier and Type Method Description RemoveMigrationObjectsResponse
RemoveMigrationObjectsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type RemoveMigrationObjectsResponse Modifier and Type Method Description RemoveMigrationObjectsResponse.Builder
RemoveMigrationObjectsResponse.Builder. copy(RemoveMigrationObjectsResponse o)
Copy method to populate the builder with values from the given instance.
-