Uses of Class
com.oracle.bmc.batch.requests.StartBatchJobPoolRequest
-
Packages that use StartBatchJobPoolRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of StartBatchJobPoolRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type StartBatchJobPoolRequest Modifier and Type Method Description StartBatchJobPoolResponseBatchComputing. startBatchJobPool(StartBatchJobPoolRequest request)Activates the batch job pool.Future<StartBatchJobPoolResponse>BatchComputingAsync. startBatchJobPool(StartBatchJobPoolRequest request, AsyncHandler<StartBatchJobPoolRequest,StartBatchJobPoolResponse> handler)Activates the batch job pool.Future<StartBatchJobPoolResponse>BatchComputingAsyncClient. startBatchJobPool(StartBatchJobPoolRequest request, AsyncHandler<StartBatchJobPoolRequest,StartBatchJobPoolResponse> handler)StartBatchJobPoolResponseBatchComputingClient. startBatchJobPool(StartBatchJobPoolRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type StartBatchJobPoolRequest Modifier and Type Method Description Future<StartBatchJobPoolResponse>BatchComputingAsync. startBatchJobPool(StartBatchJobPoolRequest request, AsyncHandler<StartBatchJobPoolRequest,StartBatchJobPoolResponse> handler)Activates the batch job pool.Future<StartBatchJobPoolResponse>BatchComputingAsyncClient. startBatchJobPool(StartBatchJobPoolRequest request, AsyncHandler<StartBatchJobPoolRequest,StartBatchJobPoolResponse> handler) -
Uses of StartBatchJobPoolRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return StartBatchJobPoolRequest Modifier and Type Method Description StartBatchJobPoolRequestStartBatchJobPoolRequest.Builder. build()Build the instance of StartBatchJobPoolRequest as configured by this builderStartBatchJobPoolRequestStartBatchJobPoolRequest.Builder. buildWithoutInvocationCallback()Build the instance of StartBatchJobPoolRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type StartBatchJobPoolRequest Modifier and Type Method Description StartBatchJobPoolRequest.BuilderStartBatchJobPoolRequest.Builder. copy(StartBatchJobPoolRequest o)Copy method to populate the builder with values from the given instance.
-