Uses of Class
com.oracle.bmc.batch.responses.CreateBatchJobResponse
-
Packages that use CreateBatchJobResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of CreateBatchJobResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return CreateBatchJobResponse Modifier and Type Method Description CreateBatchJobResponseBatchComputing. createBatchJob(CreateBatchJobRequest request)Creates a batch job.CreateBatchJobResponseBatchComputingClient. createBatchJob(CreateBatchJobRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type CreateBatchJobResponse 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)Method parameters in com.oracle.bmc.batch with type arguments of type CreateBatchJobResponse 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 CreateBatchJobResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return CreateBatchJobResponse Modifier and Type Method Description CreateBatchJobResponseCreateBatchJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type CreateBatchJobResponse Modifier and Type Method Description CreateBatchJobResponse.BuilderCreateBatchJobResponse.Builder. copy(CreateBatchJobResponse o)Copy method to populate the builder with values from the given instance.
-