Uses of Class
com.amazonaws.services.elastictranscoder.model.Job
-
Packages that use Job Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Job in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Job Modifier and Type Method Description JobJob. addUserMetadataEntry(String key, String value)JobJob. clearUserMetadataEntries()Removes all the entries added into UserMetadata.JobJob. clone()JobCreateJobResult. getJob()A section of the response body that provides information about the job that is created.JobReadJobResult. getJob()A section of the response body that provides information about the job.JobJob. withArn(String arn)The Amazon Resource Name (ARN) for the job.JobJob. withId(String id)The identifier that Elastic Transcoder assigned to the job.JobJob. withInput(JobInput input)A section of the request or response body that provides information about the file that is being transcoded.JobJob. withOutput(JobOutput output)If you specified one output for a job, information about that output.JobJob. withOutputKeyPrefix(String outputKeyPrefix)The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.JobJob. withOutputs(JobOutput... outputs)Information about the output files.JobJob. withOutputs(Collection<JobOutput> outputs)Information about the output files.JobJob. withPipelineId(String pipelineId)TheIdof the pipeline that you want Elastic Transcoder to use for transcoding.JobJob. withPlaylists(Playlist... playlists)Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetIdfor which the value ofContaineris fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlistscontains information about the master playlists that you want Elastic Transcoder to create.JobJob. withPlaylists(Collection<Playlist> playlists)Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetIdfor which the value ofContaineris fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlistscontains information about the master playlists that you want Elastic Transcoder to create.JobJob. withStatus(String status)The status of the job:Submitted,Progressing,Complete,Canceled, orError.JobJob. withTiming(Timing timing)Details about the timing of a job.JobJob. withUserMetadata(Map<String,String> userMetadata)User-defined metadata that you want to associate with an Elastic Transcoder job.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type Job Modifier and Type Method Description List<Job>ListJobsByPipelineResult. getJobs()An array ofJobobjects that are in the specified pipeline.List<Job>ListJobsByStatusResult. getJobs()An array ofJobobjects that have the specified status.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Job Modifier and Type Method Description voidCreateJobResult. setJob(Job job)A section of the response body that provides information about the job that is created.voidReadJobResult. setJob(Job job)A section of the response body that provides information about the job.CreateJobResultCreateJobResult. withJob(Job job)A section of the response body that provides information about the job that is created.ReadJobResultReadJobResult. withJob(Job job)A section of the response body that provides information about the job.ListJobsByPipelineResultListJobsByPipelineResult. withJobs(Job... jobs)An array ofJobobjects that are in the specified pipeline.ListJobsByStatusResultListJobsByStatusResult. withJobs(Job... jobs)An array ofJobobjects that have the specified status.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Job Modifier and Type Method Description voidListJobsByPipelineResult. setJobs(Collection<Job> jobs)An array ofJobobjects that are in the specified pipeline.voidListJobsByStatusResult. setJobs(Collection<Job> jobs)An array ofJobobjects that have the specified status.ListJobsByPipelineResultListJobsByPipelineResult. withJobs(Collection<Job> jobs)An array ofJobobjects that are in the specified pipeline.ListJobsByStatusResultListJobsByStatusResult. withJobs(Collection<Job> jobs)An array ofJobobjects that have the specified status.
-