| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Timing |
Timing.clone() |
Timing |
Job.getTiming()
Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.
|
Timing |
Timing.withFinishTime(Date finishTime)
The time, in Unix epoch format, that the transcoding job finished
|
Timing |
Timing.withStartTime(Date startTime)
The time, in Unix epoch format, that transcoding for the job began.
|
Timing |
Timing.withSubmitTime(Date submitTime)
The time, in Unix epoch format, that you submitted the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setTiming(Timing timing)
Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.
|
Job |
Job.withTiming(Timing timing)
Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.
|
Copyright © 2023. All rights reserved.