Uses of Class
com.oracle.bmc.batch.requests.StopBatchJobPoolRequest
-
Packages that use StopBatchJobPoolRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of StopBatchJobPoolRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type StopBatchJobPoolRequest Modifier and Type Method Description StopBatchJobPoolResponseBatchComputing. stopBatchJobPool(StopBatchJobPoolRequest request)Deactivates the batch job pool.Future<StopBatchJobPoolResponse>BatchComputingAsync. stopBatchJobPool(StopBatchJobPoolRequest request, AsyncHandler<StopBatchJobPoolRequest,StopBatchJobPoolResponse> handler)Deactivates the batch job pool.Future<StopBatchJobPoolResponse>BatchComputingAsyncClient. stopBatchJobPool(StopBatchJobPoolRequest request, AsyncHandler<StopBatchJobPoolRequest,StopBatchJobPoolResponse> handler)StopBatchJobPoolResponseBatchComputingClient. stopBatchJobPool(StopBatchJobPoolRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type StopBatchJobPoolRequest Modifier and Type Method Description Future<StopBatchJobPoolResponse>BatchComputingAsync. stopBatchJobPool(StopBatchJobPoolRequest request, AsyncHandler<StopBatchJobPoolRequest,StopBatchJobPoolResponse> handler)Deactivates the batch job pool.Future<StopBatchJobPoolResponse>BatchComputingAsyncClient. stopBatchJobPool(StopBatchJobPoolRequest request, AsyncHandler<StopBatchJobPoolRequest,StopBatchJobPoolResponse> handler) -
Uses of StopBatchJobPoolRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return StopBatchJobPoolRequest Modifier and Type Method Description StopBatchJobPoolRequestStopBatchJobPoolRequest.Builder. build()Build the instance of StopBatchJobPoolRequest as configured by this builderStopBatchJobPoolRequestStopBatchJobPoolRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopBatchJobPoolRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type StopBatchJobPoolRequest Modifier and Type Method Description StopBatchJobPoolRequest.BuilderStopBatchJobPoolRequest.Builder. copy(StopBatchJobPoolRequest o)Copy method to populate the builder with values from the given instance.
-