Uses of Class
com.amazonaws.services.codepipeline.model.ThirdPartyJobDetails
-
Packages that use ThirdPartyJobDetails Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ThirdPartyJobDetails in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ThirdPartyJobDetails Modifier and Type Method Description ThirdPartyJobDetailsThirdPartyJobDetails. clone()ThirdPartyJobDetailsGetThirdPartyJobDetailsResult. getJobDetails()The details of the job, including any protected values defined for the job.ThirdPartyJobDetailsThirdPartyJobDetails. withData(ThirdPartyJobData data)The data to be returned by the third party job worker.ThirdPartyJobDetailsThirdPartyJobDetails. withId(String id)The identifier used to identify the job details in AWS CodePipeline.ThirdPartyJobDetailsThirdPartyJobDetails. withNonce(String nonce)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 ThirdPartyJobDetails Modifier and Type Method Description voidGetThirdPartyJobDetailsResult. setJobDetails(ThirdPartyJobDetails jobDetails)The details of the job, including any protected values defined for the job.GetThirdPartyJobDetailsResultGetThirdPartyJobDetailsResult. withJobDetails(ThirdPartyJobDetails jobDetails)The details of the job, including any protected values defined for the job.
-