Uses of Class
com.oracle.bmc.databasemigration.responses.SuspendJobResponse
-
Packages that use SuspendJobResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of SuspendJobResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return SuspendJobResponse Modifier and Type Method Description SuspendJobResponse
DatabaseMigration. suspendJob(SuspendJobRequest request)
Place the currently executing migration Job in a Suspended State.SuspendJobResponse
DatabaseMigrationClient. suspendJob(SuspendJobRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type SuspendJobResponse Modifier and Type Method Description Future<SuspendJobResponse>
DatabaseMigrationAsync. suspendJob(SuspendJobRequest request, AsyncHandler<SuspendJobRequest,SuspendJobResponse> handler)
Place the currently executing migration Job in a Suspended State.Future<SuspendJobResponse>
DatabaseMigrationAsyncClient. suspendJob(SuspendJobRequest request, AsyncHandler<SuspendJobRequest,SuspendJobResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type SuspendJobResponse Modifier and Type Method Description Future<SuspendJobResponse>
DatabaseMigrationAsync. suspendJob(SuspendJobRequest request, AsyncHandler<SuspendJobRequest,SuspendJobResponse> handler)
Place the currently executing migration Job in a Suspended State.Future<SuspendJobResponse>
DatabaseMigrationAsyncClient. suspendJob(SuspendJobRequest request, AsyncHandler<SuspendJobRequest,SuspendJobResponse> handler)
-
Uses of SuspendJobResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return SuspendJobResponse Modifier and Type Method Description SuspendJobResponse
SuspendJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type SuspendJobResponse Modifier and Type Method Description SuspendJobResponse.Builder
SuspendJobResponse.Builder. copy(SuspendJobResponse o)
Copy method to populate the builder with values from the given instance.
-