| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Timing |
Timing.clone() |
Timing |
Job.getTiming() |
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) |
Job |
Job.withTiming(Timing timing) |
Copyright © 2018. All rights reserved.