Uses of Class
com.amazonaws.services.codepipeline.model.JobDetails
Packages that use JobDetails
-
Uses of JobDetails in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return JobDetailsModifier and TypeMethodDescriptionJobDetails.clone()GetJobDetailsResult.getJobDetails()The details of the job.JobDetails.withAccountId(String accountId) The AWS account ID associated with the job.The unique system-generated ID of the job.Methods in com.amazonaws.services.codepipeline.model with parameters of type JobDetailsModifier and TypeMethodDescriptionvoidGetJobDetailsResult.setJobDetails(JobDetails jobDetails) The details of the job.GetJobDetailsResult.withJobDetails(JobDetails jobDetails) The details of the job.