| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Queue |
Queue.clone() |
Queue |
CreateQueueResult.getQueue() |
Queue |
UpdateQueueResult.getQueue() |
Queue |
GetQueueResult.getQueue() |
Queue |
Queue.withArn(String arn)
An identifier for this resource that is unique within all of AWS.
|
Queue |
Queue.withCreatedAt(Date createdAt)
The timestamp in epoch seconds for queue creation.
|
Queue |
Queue.withDescription(String description)
An optional description you create for each queue.
|
Queue |
Queue.withLastUpdated(Date lastUpdated)
The timestamp in epoch seconds when the queue was last updated.
|
Queue |
Queue.withName(String name)
A name you create for each queue.
|
Queue |
Queue.withProgressingJobsCount(Integer progressingJobsCount)
Estimated number of jobs in PROGRESSING status.
|
Queue |
Queue.withStatus(QueueStatus status) |
Queue |
Queue.withStatus(String status) |
Queue |
Queue.withSubmittedJobsCount(Integer submittedJobsCount)
Estimated number of jobs in SUBMITTED status.
|
Queue |
Queue.withType(String type)
A queue can be of two types: system or custom.
|
Queue |
Queue.withType(Type type)
A queue can be of two types: system or custom.
|
| Modifier and Type | Method and Description |
|---|---|
List<Queue> |
ListQueuesResult.getQueues()
List of queues
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateQueueResult.setQueue(Queue queue) |
void |
UpdateQueueResult.setQueue(Queue queue) |
void |
GetQueueResult.setQueue(Queue queue) |
CreateQueueResult |
CreateQueueResult.withQueue(Queue queue) |
UpdateQueueResult |
UpdateQueueResult.withQueue(Queue queue) |
GetQueueResult |
GetQueueResult.withQueue(Queue queue) |
ListQueuesResult |
ListQueuesResult.withQueues(Queue... queues)
List of queues
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListQueuesResult.setQueues(Collection<Queue> queues)
List of queues
|
ListQueuesResult |
ListQueuesResult.withQueues(Collection<Queue> queues)
List of queues
|
Copyright © 2018. All rights reserved.