Uses of Class
com.oracle.bmc.batch.model.BatchTask
-
Packages that use BatchTask Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.responses -
-
Uses of BatchTask in com.oracle.bmc.batch.model
Subclasses of BatchTask in com.oracle.bmc.batch.model Modifier and Type Class Description classComputeTaskcompute task represents a single executable command together with its dependencies and resources. -
Uses of BatchTask in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return BatchTask Modifier and Type Method Description BatchTaskGetBatchTaskResponse. getBatchTask()The returned BatchTask instance.Methods in com.oracle.bmc.batch.responses with parameters of type BatchTask Modifier and Type Method Description GetBatchTaskResponse.BuilderGetBatchTaskResponse.Builder. batchTask(BatchTask batchTask)The returned BatchTask instance.
-