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 ThirdPartyJobDetails
ThirdPartyJobDetails. clone()
ThirdPartyJobDetails
GetThirdPartyJobDetailsResult. getJobDetails()
The details of the job, including any protected values defined for the job.ThirdPartyJobDetails
ThirdPartyJobDetails. withData(ThirdPartyJobData data)
The data to be returned by the third party job worker.ThirdPartyJobDetails
ThirdPartyJobDetails. withId(String id)
The identifier used to identify the job details in AWS CodePipeline.ThirdPartyJobDetails
ThirdPartyJobDetails. 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 void
GetThirdPartyJobDetailsResult. setJobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the job.GetThirdPartyJobDetailsResult
GetThirdPartyJobDetailsResult. withJobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the job.
-