| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
QueueTransition |
QueueTransition.clone() |
QueueTransition |
QueueTransition.withDestinationQueue(String destinationQueue)
The queue that the job was on after the transition.
|
QueueTransition |
QueueTransition.withSourceQueue(String sourceQueue)
The queue that the job was on before the transition.
|
QueueTransition |
QueueTransition.withTimestamp(Date timestamp)
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueueTransition> |
Job.getQueueTransitions()
The job's queue hopping history.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.withQueueTransitions(QueueTransition... queueTransitions)
The job's queue hopping history.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setQueueTransitions(Collection<QueueTransition> queueTransitions)
The job's queue hopping history.
|
Job |
Job.withQueueTransitions(Collection<QueueTransition> queueTransitions)
The job's queue hopping history.
|
Copyright © 2025. All rights reserved.