Uses of Class
com.amazonaws.services.elastictranscoder.model.JobWatermark
-
Packages that use JobWatermark Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of JobWatermark in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return JobWatermark Modifier and Type Method Description JobWatermarkJobWatermark. clone()JobWatermarkJobWatermark. withEncryption(Encryption encryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.JobWatermarkJobWatermark. withInputKey(String inputKey)The name of the .png or .jpg file that you want to use for the watermark.JobWatermarkJobWatermark. withPresetWatermarkId(String presetWatermarkId)The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type JobWatermark Modifier and Type Method Description List<JobWatermark>CreateJobOutput. getWatermarks()Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.List<JobWatermark>JobOutput. getWatermarks()Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type JobWatermark Modifier and Type Method Description CreateJobOutputCreateJobOutput. withWatermarks(JobWatermark... watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.JobOutputJobOutput. withWatermarks(JobWatermark... watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type JobWatermark Modifier and Type Method Description voidCreateJobOutput. setWatermarks(Collection<JobWatermark> watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.voidJobOutput. setWatermarks(Collection<JobWatermark> watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.CreateJobOutputCreateJobOutput. withWatermarks(Collection<JobWatermark> watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.JobOutputJobOutput. withWatermarks(Collection<JobWatermark> watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
-