Uses of Class
software.amazon.awssdk.services.codepipeline.model.Job
-
Packages that use Job Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of Job in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type Job Modifier and Type Method Description List<Job>PollForJobsResponse. jobs()Information about the jobs to take action on.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type Job Modifier and Type Method Description PollForJobsResponse.BuilderPollForJobsResponse.Builder. jobs(Job... jobs)Information about the jobs to take action on.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type Job Modifier and Type Method Description PollForJobsResponse.BuilderPollForJobsResponse.Builder. jobs(Collection<Job> jobs)Information about the jobs to take action on.
-