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