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