Uses of Class
com.amazonaws.services.elastictranscoder.model.Job
Packages that use Job
-
Uses of Job in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return JobModifier and TypeMethodDescriptionJob.addUserMetadataEntry(String key, String value) Job.clearUserMetadataEntries()Removes all the entries added into UserMetadata.Job.clone()CreateJobResult.getJob()A section of the response body that provides information about the job that is created.ReadJobResult.getJob()A section of the response body that provides information about the job.The Amazon Resource Name (ARN) for the job.The identifier that Elastic Transcoder assigned to the job.A section of the request or response body that provides information about the file that is being transcoded.Job.withOutput(JobOutput output) If you specified one output for a job, information about that output.Job.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.Job.withOutputs(JobOutput... outputs) Information about the output files.Job.withOutputs(Collection<JobOutput> outputs) Information about the output files.Job.withPipelineId(String pipelineId) TheIdof the pipeline that you want Elastic Transcoder to use for transcoding.Job.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.Job.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.Job.withStatus(String status) The status of the job:Submitted,Progressing,Complete,Canceled, orError.Job.withTiming(Timing timing) Details about the timing of a job.Job.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 JobModifier and TypeMethodDescriptionListJobsByPipelineResult.getJobs()An array ofJobobjects that are in the specified pipeline.ListJobsByStatusResult.getJobs()An array ofJobobjects that have the specified status.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type JobModifier and TypeMethodDescriptionvoidA section of the response body that provides information about the job that is created.voidA section of the response body that provides information about the job.A section of the response body that provides information about the job that is created.A section of the response body that provides information about the job.An array ofJobobjects that are in the specified pipeline.An array ofJobobjects that have the specified status.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type JobModifier and TypeMethodDescriptionvoidListJobsByPipelineResult.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.ListJobsByPipelineResult.withJobs(Collection<Job> jobs) An array ofJobobjects that are in the specified pipeline.ListJobsByStatusResult.withJobs(Collection<Job> jobs) An array ofJobobjects that have the specified status.