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 ThirdPartyJobThirdPartyJob. clone()ThirdPartyJobThirdPartyJob. 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.ThirdPartyJobThirdPartyJob. 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 PollForThirdPartyJobsResultPollForThirdPartyJobsResult. 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 voidPollForThirdPartyJobsResult. setJobs(Collection<ThirdPartyJob> jobs)Information about the jobs to take action on.PollForThirdPartyJobsResultPollForThirdPartyJobsResult. withJobs(Collection<ThirdPartyJob> jobs)Information about the jobs to take action on.
-