Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.JobWatermark
-
Packages that use JobWatermark Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of JobWatermark in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type JobWatermark Modifier and Type Method Description List<JobWatermark>CreateJobOutput. watermarks()Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.List<JobWatermark>JobOutput. watermarks()Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type JobWatermark Modifier and Type Method Description CreateJobOutput.BuilderCreateJobOutput.Builder. watermarks(JobWatermark... watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.JobOutput.BuilderJobOutput.Builder. watermarks(JobWatermark... watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type JobWatermark Modifier and Type Method Description CreateJobOutput.BuilderCreateJobOutput.Builder. watermarks(Collection<JobWatermark> watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.JobOutput.BuilderJobOutput.Builder. watermarks(Collection<JobWatermark> watermarks)Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
-