Uses of Class
com.oracle.bmc.batch.model.BatchJob
-
Packages that use BatchJob Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.responses -
-
Uses of BatchJob in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchJob Modifier and Type Method Description BatchJobBatchJob.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type BatchJob Modifier and Type Method Description BatchJob.BuilderBatchJob.Builder. copy(BatchJob model) -
Uses of BatchJob in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return BatchJob Modifier and Type Method Description BatchJobCreateBatchJobResponse. getBatchJob()The returned BatchJob instance.BatchJobGetBatchJobResponse. getBatchJob()The returned BatchJob instance.Methods in com.oracle.bmc.batch.responses with parameters of type BatchJob Modifier and Type Method Description CreateBatchJobResponse.BuilderCreateBatchJobResponse.Builder. batchJob(BatchJob batchJob)The returned BatchJob instance.GetBatchJobResponse.BuilderGetBatchJobResponse.Builder. batchJob(BatchJob batchJob)The returned BatchJob instance.
-