Uses of Class
com.oracle.bmc.databasemigration.requests.AbortJobRequest
-
Packages that use AbortJobRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests -
-
Uses of AbortJobRequest in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type AbortJobRequest Modifier and Type Method Description AbortJobResponse
DatabaseMigration. abortJob(AbortJobRequest request)
Aborts a Migration Job (either Evaluation or Migration).Future<AbortJobResponse>
DatabaseMigrationAsync. abortJob(AbortJobRequest request, AsyncHandler<AbortJobRequest,AbortJobResponse> handler)
Aborts a Migration Job (either Evaluation or Migration).Future<AbortJobResponse>
DatabaseMigrationAsyncClient. abortJob(AbortJobRequest request, AsyncHandler<AbortJobRequest,AbortJobResponse> handler)
AbortJobResponse
DatabaseMigrationClient. abortJob(AbortJobRequest request)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type AbortJobRequest Modifier and Type Method Description Future<AbortJobResponse>
DatabaseMigrationAsync. abortJob(AbortJobRequest request, AsyncHandler<AbortJobRequest,AbortJobResponse> handler)
Aborts a Migration Job (either Evaluation or Migration).Future<AbortJobResponse>
DatabaseMigrationAsyncClient. abortJob(AbortJobRequest request, AsyncHandler<AbortJobRequest,AbortJobResponse> handler)
-
Uses of AbortJobRequest in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return AbortJobRequest Modifier and Type Method Description AbortJobRequest
AbortJobRequest.Builder. build()
Build the instance of AbortJobRequest as configured by this builderAbortJobRequest
AbortJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AbortJobRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type AbortJobRequest Modifier and Type Method Description AbortJobRequest.Builder
AbortJobRequest.Builder. copy(AbortJobRequest o)
Copy method to populate the builder with values from the given instance.
-