Uses of Class
com.oracle.bmc.databasemigration.responses.DeleteMigrationResponse
-
Packages that use DeleteMigrationResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of DeleteMigrationResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return DeleteMigrationResponse Modifier and Type Method Description DeleteMigrationResponse
DatabaseMigration. deleteMigration(DeleteMigrationRequest request)
Deletes the Migration represented by the specified migration ID.DeleteMigrationResponse
DatabaseMigrationClient. deleteMigration(DeleteMigrationRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type DeleteMigrationResponse Modifier and Type Method Description Future<DeleteMigrationResponse>
DatabaseMigrationAsync. deleteMigration(DeleteMigrationRequest request, AsyncHandler<DeleteMigrationRequest,DeleteMigrationResponse> handler)
Deletes the Migration represented by the specified migration ID.Future<DeleteMigrationResponse>
DatabaseMigrationAsyncClient. deleteMigration(DeleteMigrationRequest request, AsyncHandler<DeleteMigrationRequest,DeleteMigrationResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type DeleteMigrationResponse Modifier and Type Method Description Future<DeleteMigrationResponse>
DatabaseMigrationAsync. deleteMigration(DeleteMigrationRequest request, AsyncHandler<DeleteMigrationRequest,DeleteMigrationResponse> handler)
Deletes the Migration represented by the specified migration ID.Future<DeleteMigrationResponse>
DatabaseMigrationAsyncClient. deleteMigration(DeleteMigrationRequest request, AsyncHandler<DeleteMigrationRequest,DeleteMigrationResponse> handler)
-
Uses of DeleteMigrationResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return DeleteMigrationResponse Modifier and Type Method Description DeleteMigrationResponse
DeleteMigrationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type DeleteMigrationResponse Modifier and Type Method Description DeleteMigrationResponse.Builder
DeleteMigrationResponse.Builder. copy(DeleteMigrationResponse o)
Copy method to populate the builder with values from the given instance.
-