Uses of Class
com.amazonaws.services.codepipeline.model.ThirdPartyJob
-
Packages that use ThirdPartyJob Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ThirdPartyJob in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ThirdPartyJob Modifier and Type Method Description ThirdPartyJob
ThirdPartyJob. clone()
ThirdPartyJob
ThirdPartyJob. withClientId(String clientId)
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.ThirdPartyJob
ThirdPartyJob. withJobId(String jobId)
The identifier used to identify the job in AWS CodePipeline.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type ThirdPartyJob Modifier and Type Method Description List<ThirdPartyJob>
PollForThirdPartyJobsResult. getJobs()
Information about the jobs to take action on.Methods in com.amazonaws.services.codepipeline.model with parameters of type ThirdPartyJob Modifier and Type Method Description PollForThirdPartyJobsResult
PollForThirdPartyJobsResult. withJobs(ThirdPartyJob... jobs)
Information about the jobs to take action on.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type ThirdPartyJob Modifier and Type Method Description void
PollForThirdPartyJobsResult. setJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.PollForThirdPartyJobsResult
PollForThirdPartyJobsResult. withJobs(Collection<ThirdPartyJob> jobs)
Information about the jobs to take action on.
-