Uses of Class
com.oracle.bmc.batch.requests.CreateBatchJobPoolRequest
-
Packages that use CreateBatchJobPoolRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of CreateBatchJobPoolRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type CreateBatchJobPoolRequest Modifier and Type Method Description CreateBatchJobPoolResponseBatchComputing. createBatchJobPool(CreateBatchJobPoolRequest request)Creates a batch job pool.Future<CreateBatchJobPoolResponse>BatchComputingAsync. createBatchJobPool(CreateBatchJobPoolRequest request, AsyncHandler<CreateBatchJobPoolRequest,CreateBatchJobPoolResponse> handler)Creates a batch job pool.Future<CreateBatchJobPoolResponse>BatchComputingAsyncClient. createBatchJobPool(CreateBatchJobPoolRequest request, AsyncHandler<CreateBatchJobPoolRequest,CreateBatchJobPoolResponse> handler)CreateBatchJobPoolResponseBatchComputingClient. createBatchJobPool(CreateBatchJobPoolRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type CreateBatchJobPoolRequest Modifier and Type Method Description Future<CreateBatchJobPoolResponse>BatchComputingAsync. createBatchJobPool(CreateBatchJobPoolRequest request, AsyncHandler<CreateBatchJobPoolRequest,CreateBatchJobPoolResponse> handler)Creates a batch job pool.Future<CreateBatchJobPoolResponse>BatchComputingAsyncClient. createBatchJobPool(CreateBatchJobPoolRequest request, AsyncHandler<CreateBatchJobPoolRequest,CreateBatchJobPoolResponse> handler) -
Uses of CreateBatchJobPoolRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CreateBatchJobPoolRequest Modifier and Type Method Description CreateBatchJobPoolRequestCreateBatchJobPoolRequest.Builder. build()Build the instance of CreateBatchJobPoolRequest as configured by this builderCreateBatchJobPoolRequestCreateBatchJobPoolRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateBatchJobPoolRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type CreateBatchJobPoolRequest Modifier and Type Method Description CreateBatchJobPoolRequest.BuilderCreateBatchJobPoolRequest.Builder. copy(CreateBatchJobPoolRequest o)Copy method to populate the builder with values from the given instance.
-