Uses of Class
com.oracle.bmc.batch.responses.StartBatchJobPoolResponse
-
Packages that use StartBatchJobPoolResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of StartBatchJobPoolResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return StartBatchJobPoolResponse Modifier and Type Method Description StartBatchJobPoolResponseBatchComputing. startBatchJobPool(StartBatchJobPoolRequest request)Activates the batch job pool.StartBatchJobPoolResponseBatchComputingClient. startBatchJobPool(StartBatchJobPoolRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type StartBatchJobPoolResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type StartBatchJobPoolResponse 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 StartBatchJobPoolResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return StartBatchJobPoolResponse Modifier and Type Method Description StartBatchJobPoolResponseStartBatchJobPoolResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type StartBatchJobPoolResponse Modifier and Type Method Description StartBatchJobPoolResponse.BuilderStartBatchJobPoolResponse.Builder. copy(StartBatchJobPoolResponse o)Copy method to populate the builder with values from the given instance.
-