Uses of Class
com.oracle.bmc.batch.requests.UpdateBatchJobPoolRequest
-
Packages that use UpdateBatchJobPoolRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of UpdateBatchJobPoolRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type UpdateBatchJobPoolRequest Modifier and Type Method Description UpdateBatchJobPoolResponseBatchComputing. updateBatchJobPool(UpdateBatchJobPoolRequest request)Updates a batch job pool.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)UpdateBatchJobPoolResponseBatchComputingClient. updateBatchJobPool(UpdateBatchJobPoolRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type UpdateBatchJobPoolRequest 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 UpdateBatchJobPoolRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UpdateBatchJobPoolRequest Modifier and Type Method Description UpdateBatchJobPoolRequestUpdateBatchJobPoolRequest.Builder. build()Build the instance of UpdateBatchJobPoolRequest as configured by this builderUpdateBatchJobPoolRequestUpdateBatchJobPoolRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateBatchJobPoolRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type UpdateBatchJobPoolRequest Modifier and Type Method Description UpdateBatchJobPoolRequest.BuilderUpdateBatchJobPoolRequest.Builder. copy(UpdateBatchJobPoolRequest o)Copy method to populate the builder with values from the given instance.
-