Uses of Class
com.amazonaws.services.elastictranscoder.model.Timing
Packages that use Timing
-
Uses of Timing in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return TimingModifier and TypeMethodDescriptionTiming.clone()
Job.getTiming()
Details about the timing of a job.Timing.withFinishTimeMillis
(Long finishTimeMillis) The time the job finished transcoding, in epoch milliseconds.Timing.withStartTimeMillis
(Long startTimeMillis) The time the job began transcoding, in epoch milliseconds.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 TimingModifier and TypeMethodDescriptionvoid
Details about the timing of a job.Job.withTiming
(Timing timing) Details about the timing of a job.