Uses of Class
com.amazonaws.services.elastictranscoder.model.Timing
-
Packages that use Timing Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Timing in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Timing Modifier and Type Method 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.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Timing Modifier and Type Method 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.
-