Uses of Class
com.oracle.bmc.batch.requests.CreateBatchJobRequest
-
Packages that use CreateBatchJobRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of CreateBatchJobRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type CreateBatchJobRequest Modifier and Type Method Description CreateBatchJobResponseBatchComputing. createBatchJob(CreateBatchJobRequest request)Creates a batch job.Future<CreateBatchJobResponse>BatchComputingAsync. createBatchJob(CreateBatchJobRequest request, AsyncHandler<CreateBatchJobRequest,CreateBatchJobResponse> handler)Creates a batch job.Future<CreateBatchJobResponse>BatchComputingAsyncClient. createBatchJob(CreateBatchJobRequest request, AsyncHandler<CreateBatchJobRequest,CreateBatchJobResponse> handler)CreateBatchJobResponseBatchComputingClient. createBatchJob(CreateBatchJobRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type CreateBatchJobRequest Modifier and Type Method Description Future<CreateBatchJobResponse>BatchComputingAsync. createBatchJob(CreateBatchJobRequest request, AsyncHandler<CreateBatchJobRequest,CreateBatchJobResponse> handler)Creates a batch job.Future<CreateBatchJobResponse>BatchComputingAsyncClient. createBatchJob(CreateBatchJobRequest request, AsyncHandler<CreateBatchJobRequest,CreateBatchJobResponse> handler) -
Uses of CreateBatchJobRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CreateBatchJobRequest Modifier and Type Method Description CreateBatchJobRequestCreateBatchJobRequest.Builder. build()Build the instance of CreateBatchJobRequest as configured by this builderCreateBatchJobRequestCreateBatchJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateBatchJobRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type CreateBatchJobRequest Modifier and Type Method Description CreateBatchJobRequest.BuilderCreateBatchJobRequest.Builder. copy(CreateBatchJobRequest o)Copy method to populate the builder with values from the given instance.
-