Uses of Class
com.oracle.bmc.databasemigration.requests.DeleteJobRequest
-
Packages that use DeleteJobRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests -
-
Uses of DeleteJobRequest in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type DeleteJobRequest Modifier and Type Method Description DeleteJobResponse
DatabaseMigration. deleteJob(DeleteJobRequest request)
Deletes the migration job represented by the given job ID.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)
DeleteJobResponse
DatabaseMigrationClient. deleteJob(DeleteJobRequest request)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type DeleteJobRequest 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 DeleteJobRequest in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return DeleteJobRequest Modifier and Type Method Description DeleteJobRequest
DeleteJobRequest.Builder. build()
Build the instance of DeleteJobRequest as configured by this builderDeleteJobRequest
DeleteJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteJobRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type DeleteJobRequest Modifier and Type Method Description DeleteJobRequest.Builder
DeleteJobRequest.Builder. copy(DeleteJobRequest o)
Copy method to populate the builder with values from the given instance.
-