Uses of Class
com.oracle.bmc.batch.model.CreateBatchTaskDetails
-
Packages that use CreateBatchTaskDetails Package Description com.oracle.bmc.batch.model -
-
Uses of CreateBatchTaskDetails in com.oracle.bmc.batch.model
Subclasses of CreateBatchTaskDetails in com.oracle.bmc.batch.model Modifier and Type Class Description classCreateComputeTaskDetailscompute task represents a single executable command together with its dependencies and resources.Methods in com.oracle.bmc.batch.model that return types with arguments of type CreateBatchTaskDetails Modifier and Type Method Description List<CreateBatchTaskDetails>CreateBatchJobDetails. getTasks()A list of tasks to be executed within this job.Method parameters in com.oracle.bmc.batch.model with type arguments of type CreateBatchTaskDetails Modifier and Type Method Description CreateBatchJobDetails.BuilderCreateBatchJobDetails.Builder. tasks(List<CreateBatchTaskDetails> tasks)A list of tasks to be executed within this job.
-