Uses of Class
com.oracle.bmc.resourcemanager.responses.UpdateJobResponse
-
Packages that use UpdateJobResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of UpdateJobResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return UpdateJobResponse Modifier and Type Method Description UpdateJobResponse
ResourceManager. updateJob(UpdateJobRequest request)
Updates the specified job.UpdateJobResponse
ResourceManagerClient. updateJob(UpdateJobRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type UpdateJobResponse Modifier and Type Method Description Future<UpdateJobResponse>
ResourceManagerAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Updates the specified job.Future<UpdateJobResponse>
ResourceManagerAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type UpdateJobResponse Modifier and Type Method Description Future<UpdateJobResponse>
ResourceManagerAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Updates the specified job.Future<UpdateJobResponse>
ResourceManagerAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
-
Uses of UpdateJobResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return UpdateJobResponse Modifier and Type Method Description UpdateJobResponse
UpdateJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.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.
-