Uses of Class
com.oracle.bmc.batch.responses.UpdateBatchJobResponse
-
Packages that use UpdateBatchJobResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of UpdateBatchJobResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return UpdateBatchJobResponse Modifier and Type Method Description UpdateBatchJobResponseBatchComputing. updateBatchJob(UpdateBatchJobRequest request)Updates a batch job.UpdateBatchJobResponseBatchComputingClient. updateBatchJob(UpdateBatchJobRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type UpdateBatchJobResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchJobResponse 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 UpdateBatchJobResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return UpdateBatchJobResponse Modifier and Type Method Description UpdateBatchJobResponseUpdateBatchJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type UpdateBatchJobResponse Modifier and Type Method Description UpdateBatchJobResponse.BuilderUpdateBatchJobResponse.Builder. copy(UpdateBatchJobResponse o)Copy method to populate the builder with values from the given instance.
-