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