Uses of Class
com.oracle.bmc.batch.requests.UpdateBatchJobRequest
-
Packages that use UpdateBatchJobRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of UpdateBatchJobRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type UpdateBatchJobRequest Modifier and Type Method Description UpdateBatchJobResponseBatchComputing. updateBatchJob(UpdateBatchJobRequest request)Updates a batch job.Future<UpdateBatchJobResponse>BatchComputingAsync. updateBatchJob(UpdateBatchJobRequest request, AsyncHandler<UpdateBatchJobRequest,UpdateBatchJobResponse> handler)Updates a batch job.Future<UpdateBatchJobResponse>BatchComputingAsyncClient. updateBatchJob(UpdateBatchJobRequest request, AsyncHandler<UpdateBatchJobRequest,UpdateBatchJobResponse> handler)UpdateBatchJobResponseBatchComputingClient. updateBatchJob(UpdateBatchJobRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchJobRequest Modifier and Type Method Description Future<UpdateBatchJobResponse>BatchComputingAsync. updateBatchJob(UpdateBatchJobRequest request, AsyncHandler<UpdateBatchJobRequest,UpdateBatchJobResponse> handler)Updates a batch job.Future<UpdateBatchJobResponse>BatchComputingAsyncClient. updateBatchJob(UpdateBatchJobRequest request, AsyncHandler<UpdateBatchJobRequest,UpdateBatchJobResponse> handler) -
Uses of UpdateBatchJobRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UpdateBatchJobRequest Modifier and Type Method Description UpdateBatchJobRequestUpdateBatchJobRequest.Builder. build()Build the instance of UpdateBatchJobRequest as configured by this builderUpdateBatchJobRequestUpdateBatchJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateBatchJobRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type UpdateBatchJobRequest Modifier and Type Method Description UpdateBatchJobRequest.BuilderUpdateBatchJobRequest.Builder. copy(UpdateBatchJobRequest o)Copy method to populate the builder with values from the given instance.
-