Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private Timing |
Job.timing
Details about the timing of a job.
|
Modifier and Type | Method and Description |
---|---|
Timing |
Timing.clone() |
Timing |
Job.getTiming()
Details about the timing of a job.
|
Timing |
Timing.withFinishTimeMillis(java.lang.Long finishTimeMillis)
The time the job finished transcoding, in epoch milliseconds.
|
Timing |
Timing.withStartTimeMillis(java.lang.Long startTimeMillis)
The time the job began transcoding, in epoch milliseconds.
|
Timing |
Timing.withSubmitTimeMillis(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Timing |
TimingJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TimingJsonMarshaller.marshall(Timing timing,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|