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 TimingTiming. clone()TimingJob. getTiming()Details about the timing of a job.TimingTiming. withFinishTimeMillis(Long finishTimeMillis)The time the job finished transcoding, in epoch milliseconds.TimingTiming. withStartTimeMillis(Long startTimeMillis)The time the job began transcoding, in epoch milliseconds.TimingTiming. 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 voidJob. setTiming(Timing timing)Details about the timing of a job.JobJob. withTiming(Timing timing)Details about the timing of a job.
-