Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
Timing |
Timing.clone() |
Timing |
Job.getTiming()
Details about the timing of a job.
|
Timing |
Timing.withFinishTimeMillis(Long finishTimeMillis)
The time the job finished transcoding, in epoch milliseconds.
|
Timing |
Timing.withStartTimeMillis(Long startTimeMillis)
The time the job began transcoding, in epoch milliseconds.
|
Timing |
Timing.withSubmitTimeMillis(Long submitTimeMillis)
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setTiming(Timing timing)
Details about the timing of a job.
|
Job |
Job.withTiming(Timing timing)
Details about the timing of a job.
|
Copyright © 2019. All rights reserved.