Uses of Class
com.amazonaws.services.elastictranscoder.model.JobWatermark

Packages that use JobWatermark
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

Uses of JobWatermark in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return JobWatermark
 JobWatermark JobWatermark.withInputKey(String inputKey)
          The name of the .png or .jpg file that you want to use for the watermark.
 JobWatermark JobWatermark.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
 List<JobWatermark> JobOutput.getWatermarks()
          Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
 List<JobWatermark> CreateJobOutput.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
 JobOutput JobOutput.withWatermarks(JobWatermark... watermarks)
          Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
 CreateJobOutput CreateJobOutput.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
 void JobOutput.setWatermarks(Collection<JobWatermark> watermarks)
          Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
 void CreateJobOutput.setWatermarks(Collection<JobWatermark> watermarks)
          Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
 JobOutput JobOutput.withWatermarks(Collection<JobWatermark> watermarks)
          Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
 CreateJobOutput CreateJobOutput.withWatermarks(Collection<JobWatermark> watermarks)
          Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
 



Copyright © 2016. All rights reserved.