Uses of Class
com.oracle.bmc.batch.responses.CreateBatchJobPoolResponse
-
Packages that use CreateBatchJobPoolResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of CreateBatchJobPoolResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return CreateBatchJobPoolResponse Modifier and Type Method Description CreateBatchJobPoolResponseBatchComputing. createBatchJobPool(CreateBatchJobPoolRequest request)Creates a batch job pool.CreateBatchJobPoolResponseBatchComputingClient. createBatchJobPool(CreateBatchJobPoolRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type CreateBatchJobPoolResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type CreateBatchJobPoolResponse 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 CreateBatchJobPoolResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return CreateBatchJobPoolResponse Modifier and Type Method Description CreateBatchJobPoolResponseCreateBatchJobPoolResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type CreateBatchJobPoolResponse Modifier and Type Method Description CreateBatchJobPoolResponse.BuilderCreateBatchJobPoolResponse.Builder. copy(CreateBatchJobPoolResponse o)Copy method to populate the builder with values from the given instance.
-