Uses of Class
com.volcengine.acep.model.JobForRunCommandOutput
-
Packages that use JobForRunCommandOutput Package Description com.volcengine.acep.model -
-
Uses of JobForRunCommandOutput in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return JobForRunCommandOutput Modifier and Type Method Description JobForRunCommandOutputJobForRunCommandOutput. jobAction(String jobAction)JobForRunCommandOutputJobForRunCommandOutput. jobId(String jobId)JobForRunCommandOutputJobForRunCommandOutput. podId(String podId)JobForRunCommandOutputJobForRunCommandOutput. status(Integer status)Methods in com.volcengine.acep.model that return types with arguments of type JobForRunCommandOutput Modifier and Type Method Description @Valid List<JobForRunCommandOutput>RunCommandResponse. getJobs()Get jobsMethods in com.volcengine.acep.model with parameters of type JobForRunCommandOutput Modifier and Type Method Description RunCommandResponseRunCommandResponse. addJobsItem(JobForRunCommandOutput jobsItem)Method parameters in com.volcengine.acep.model with type arguments of type JobForRunCommandOutput Modifier and Type Method Description RunCommandResponseRunCommandResponse. jobs(List<JobForRunCommandOutput> jobs)voidRunCommandResponse. setJobs(List<JobForRunCommandOutput> jobs)
-