Uses of Class
com.oracle.bmc.batch.responses.StopBatchJobPoolResponse
-
Packages that use StopBatchJobPoolResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of StopBatchJobPoolResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return StopBatchJobPoolResponse Modifier and Type Method Description StopBatchJobPoolResponseBatchComputing. stopBatchJobPool(StopBatchJobPoolRequest request)Deactivates the batch job pool.StopBatchJobPoolResponseBatchComputingClient. stopBatchJobPool(StopBatchJobPoolRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type StopBatchJobPoolResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type StopBatchJobPoolResponse 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 StopBatchJobPoolResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return StopBatchJobPoolResponse Modifier and Type Method Description StopBatchJobPoolResponseStopBatchJobPoolResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type StopBatchJobPoolResponse Modifier and Type Method Description StopBatchJobPoolResponse.BuilderStopBatchJobPoolResponse.Builder. copy(StopBatchJobPoolResponse o)Copy method to populate the builder with values from the given instance.
-