Uses of Class
com.amazonaws.services.codepipeline.model.ThirdPartyJobDetails
Packages that use ThirdPartyJobDetails
-
Uses of ThirdPartyJobDetails in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ThirdPartyJobDetailsModifier and TypeMethodDescriptionThirdPartyJobDetails.clone()GetThirdPartyJobDetailsResult.getJobDetails()The details of the job, including any protected values defined for the job.ThirdPartyJobDetails.withData(ThirdPartyJobData data) The data to be returned by the third party job worker.The identifier used to identify the job details in AWS CodePipeline.A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker.Methods in com.amazonaws.services.codepipeline.model with parameters of type ThirdPartyJobDetailsModifier and TypeMethodDescriptionvoidGetThirdPartyJobDetailsResult.setJobDetails(ThirdPartyJobDetails jobDetails) The details of the job, including any protected values defined for the job.GetThirdPartyJobDetailsResult.withJobDetails(ThirdPartyJobDetails jobDetails) The details of the job, including any protected values defined for the job.