Uses of Class
com.oracle.bmc.batch.responses.UpdateBatchJobPoolResponse
-
Packages that use UpdateBatchJobPoolResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of UpdateBatchJobPoolResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return UpdateBatchJobPoolResponse Modifier and Type Method Description UpdateBatchJobPoolResponseBatchComputing. updateBatchJobPool(UpdateBatchJobPoolRequest request)Updates a batch job pool.UpdateBatchJobPoolResponseBatchComputingClient. updateBatchJobPool(UpdateBatchJobPoolRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type UpdateBatchJobPoolResponse Modifier and Type Method Description Future<UpdateBatchJobPoolResponse>BatchComputingAsync. updateBatchJobPool(UpdateBatchJobPoolRequest request, AsyncHandler<UpdateBatchJobPoolRequest,UpdateBatchJobPoolResponse> handler)Updates a batch job pool.Future<UpdateBatchJobPoolResponse>BatchComputingAsyncClient. updateBatchJobPool(UpdateBatchJobPoolRequest request, AsyncHandler<UpdateBatchJobPoolRequest,UpdateBatchJobPoolResponse> handler)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchJobPoolResponse Modifier and Type Method Description Future<UpdateBatchJobPoolResponse>BatchComputingAsync. updateBatchJobPool(UpdateBatchJobPoolRequest request, AsyncHandler<UpdateBatchJobPoolRequest,UpdateBatchJobPoolResponse> handler)Updates a batch job pool.Future<UpdateBatchJobPoolResponse>BatchComputingAsyncClient. updateBatchJobPool(UpdateBatchJobPoolRequest request, AsyncHandler<UpdateBatchJobPoolRequest,UpdateBatchJobPoolResponse> handler) -
Uses of UpdateBatchJobPoolResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return UpdateBatchJobPoolResponse Modifier and Type Method Description UpdateBatchJobPoolResponseUpdateBatchJobPoolResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type UpdateBatchJobPoolResponse Modifier and Type Method Description UpdateBatchJobPoolResponse.BuilderUpdateBatchJobPoolResponse.Builder. copy(UpdateBatchJobPoolResponse o)Copy method to populate the builder with values from the given instance.
-