| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobOutput.Builder |
CreateJobOutput.Builder.watermarks(JobWatermark... watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
JobOutput.Builder |
JobOutput.Builder.watermarks(JobWatermark... watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobOutput.Builder |
CreateJobOutput.Builder.watermarks(Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
JobOutput.Builder |
JobOutput.Builder.watermarks(Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
Copyright © 2023. All rights reserved.