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 JobDetailsJobDetails. clone()JobDetailsGetJobDetailsResult. getJobDetails()The details of the job.JobDetailsJobDetails. withAccountId(String accountId)The AWS account ID associated with the job.JobDetailsJobDetails. withData(JobData data)JobDetailsJobDetails. 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 voidGetJobDetailsResult. setJobDetails(JobDetails jobDetails)The details of the job.GetJobDetailsResultGetJobDetailsResult. withJobDetails(JobDetails jobDetails)The details of the job.
-