Uses of Class
com.amazonaws.services.codepipeline.model.JobDetails
-
Packages that use JobDetails Package Description com.amazonaws.services.codepipeline.model -
-
Uses of JobDetails in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return JobDetails Modifier and Type Method Description JobDetails
JobDetails. clone()
JobDetails
GetJobDetailsResult. getJobDetails()
The details of the job.JobDetails
JobDetails. withAccountId(String accountId)
The AWS account ID associated with the job.JobDetails
JobDetails. withData(JobData data)
JobDetails
JobDetails. withId(String id)
The unique system-generated ID of the job.Methods in com.amazonaws.services.codepipeline.model with parameters of type JobDetails Modifier and Type Method Description void
GetJobDetailsResult. setJobDetails(JobDetails jobDetails)
The details of the job.GetJobDetailsResult
GetJobDetailsResult. withJobDetails(JobDetails jobDetails)
The details of the job.
-