Uses of Class
com.amazonaws.services.codepipeline.model.ThirdPartyJob
Packages that use ThirdPartyJob
-
Uses of ThirdPartyJob in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ThirdPartyJobModifier and TypeMethodDescriptionThirdPartyJob.clone()
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.The identifier used to identify the job in AWS CodePipeline.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type ThirdPartyJobModifier and TypeMethodDescriptionPollForThirdPartyJobsResult.getJobs()
Information about the jobs to take action on.Methods in com.amazonaws.services.codepipeline.model with parameters of type ThirdPartyJobModifier and TypeMethodDescriptionPollForThirdPartyJobsResult.withJobs
(ThirdPartyJob... jobs) Information about the jobs to take action on.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type ThirdPartyJobModifier and TypeMethodDescriptionvoid
PollForThirdPartyJobsResult.setJobs
(Collection<ThirdPartyJob> jobs) Information about the jobs to take action on.PollForThirdPartyJobsResult.withJobs
(Collection<ThirdPartyJob> jobs) Information about the jobs to take action on.