Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<JobWatermark> |
JobOutput.watermarks
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
private SdkInternalList<JobWatermark> |
CreateJobOutput.watermarks
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
Modifier and Type | Method and Description |
---|---|
JobWatermark |
JobWatermark.clone() |
JobWatermark |
JobWatermark.withEncryption(Encryption encryption)
The encryption settings, if any, that you want Elastic Transcoder to
apply to your watermarks.
|
JobWatermark |
JobWatermark.withInputKey(java.lang.String inputKey)
The name of the .png or .jpg file that you want to use for the watermark.
|
JobWatermark |
JobWatermark.withPresetWatermarkId(java.lang.String presetWatermarkId)
The ID of the watermark settings that Elastic Transcoder uses to add
watermarks to the video during transcoding.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JobWatermark> |
JobOutput.getWatermarks()
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
java.util.List<JobWatermark> |
CreateJobOutput.getWatermarks()
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JobOutput.setWatermarks(java.util.Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
void |
CreateJobOutput.setWatermarks(java.util.Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
JobOutput |
JobOutput.withWatermarks(java.util.Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
CreateJobOutput |
CreateJobOutput.withWatermarks(java.util.Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to add
to the video during transcoding.
|
Modifier and Type | Method and Description |
---|---|
JobWatermark |
JobWatermarkJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobWatermarkJsonMarshaller.marshall(JobWatermark jobWatermark,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|