Uses of Class
com.oracle.bmc.databasemigration.responses.UpdateJobResponse
-
Packages that use UpdateJobResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of UpdateJobResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return UpdateJobResponse Modifier and Type Method Description UpdateJobResponse
DatabaseMigration. updateJob(UpdateJobRequest request)
Update Migration Job resource details.UpdateJobResponse
DatabaseMigrationClient. updateJob(UpdateJobRequest request)
Methods in com.oracle.bmc.databasemigration that return types with arguments of type UpdateJobResponse Modifier and Type Method Description Future<UpdateJobResponse>
DatabaseMigrationAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Update Migration Job resource details.Future<UpdateJobResponse>
DatabaseMigrationAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Method parameters in com.oracle.bmc.databasemigration with type arguments of type UpdateJobResponse Modifier and Type Method Description Future<UpdateJobResponse>
DatabaseMigrationAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Update Migration Job resource details.Future<UpdateJobResponse>
DatabaseMigrationAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
-
Uses of UpdateJobResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return UpdateJobResponse Modifier and Type Method Description UpdateJobResponse
UpdateJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type UpdateJobResponse Modifier and Type Method Description UpdateJobResponse.Builder
UpdateJobResponse.Builder. copy(UpdateJobResponse o)
Copy method to populate the builder with values from the given instance.
-