Uses of Class
com.oracle.bmc.databasemigration.requests.SuspendJobRequest
-
Packages that use SuspendJobRequest Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.requests -
-
Uses of SuspendJobRequest in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration with parameters of type SuspendJobRequest Modifier and Type Method Description SuspendJobResponse
DatabaseMigration. suspendJob(SuspendJobRequest request)
Place the currently executing migration Job in a Suspended State.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)
SuspendJobResponse
DatabaseMigrationClient. suspendJob(SuspendJobRequest request)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type SuspendJobRequest 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 SuspendJobRequest in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return SuspendJobRequest Modifier and Type Method Description SuspendJobRequest
SuspendJobRequest.Builder. build()
Build the instance of SuspendJobRequest as configured by this builderSuspendJobRequest
SuspendJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SuspendJobRequest as configured by this builderMethods in com.oracle.bmc.databasemigration.requests with parameters of type SuspendJobRequest Modifier and Type Method Description SuspendJobRequest.Builder
SuspendJobRequest.Builder. copy(SuspendJobRequest o)
Copy method to populate the builder with values from the given instance.
-