Uses of Class
com.oracle.bmc.resourcemanager.requests.UpdateJobRequest
-
Packages that use UpdateJobRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of UpdateJobRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type UpdateJobRequest Modifier and Type Method Description UpdateJobResponse
ResourceManager. updateJob(UpdateJobRequest request)
Updates the specified job.Future<UpdateJobResponse>
ResourceManagerAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Updates the specified job.Future<UpdateJobResponse>
ResourceManagerAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
UpdateJobResponse
ResourceManagerClient. updateJob(UpdateJobRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type UpdateJobRequest 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 UpdateJobRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return UpdateJobRequest Modifier and Type Method Description UpdateJobRequest
UpdateJobRequest.Builder. build()
Build the instance of UpdateJobRequest as configured by this builderUpdateJobRequest
UpdateJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateJobRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type UpdateJobRequest Modifier and Type Method Description UpdateJobRequest.Builder
UpdateJobRequest.Builder. copy(UpdateJobRequest o)
Copy method to populate the builder with values from the given instance.
-