Uses of Class
com.oracle.bmc.databasemigration.responses.AbortJobResponse
-
Packages that use AbortJobResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of AbortJobResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return AbortJobResponse Modifier and Type Method Description AbortJobResponse
DatabaseMigration. abortJob(AbortJobRequest request)
Aborts a Migration Job (either Evaluation or Migration).AbortJobResponse
DatabaseMigrationClient. abortJob(AbortJobRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type AbortJobResponse 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)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type AbortJobResponse 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 AbortJobResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return AbortJobResponse Modifier and Type Method Description AbortJobResponse
AbortJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type AbortJobResponse Modifier and Type Method Description AbortJobResponse.Builder
AbortJobResponse.Builder. copy(AbortJobResponse o)
Copy method to populate the builder with values from the given instance.
-