| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Queue |
Queue.clone() |
Queue |
UpdateQueueResult.getQueue()
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
Queue |
GetQueueResult.getQueue()
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
Queue |
CreateQueueResult.getQueue()
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
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 when you created the queue.
|
Queue |
Queue.withDescription(String description)
An optional description that you create for each queue.
|
Queue |
Queue.withLastUpdated(Date lastUpdated)
The timestamp in epoch seconds for when you most recently updated the queue.
|
Queue |
Queue.withName(String name)
A name that you create for each queue.
|
Queue |
Queue.withPricingPlan(PricingPlan pricingPlan)
Specifies whether the pricing plan for the queue is on-demand or reserved.
|
Queue |
Queue.withPricingPlan(String pricingPlan)
Specifies whether the pricing plan for the queue is on-demand or reserved.
|
Queue |
Queue.withProgressingJobsCount(Integer progressingJobsCount)
The estimated number of jobs with a PROGRESSING status.
|
Queue |
Queue.withReservationPlan(ReservationPlan reservationPlan)
Details about the pricing plan for your reserved queue.
|
Queue |
Queue.withStatus(QueueStatus status)
Queues can be ACTIVE or PAUSED.
|
Queue |
Queue.withStatus(String status)
Queues can be ACTIVE or PAUSED.
|
Queue |
Queue.withSubmittedJobsCount(Integer submittedJobsCount)
The estimated number of jobs with a SUBMITTED status.
|
Queue |
Queue.withType(String type)
Specifies whether this on-demand queue is system or custom.
|
Queue |
Queue.withType(Type type)
Specifies whether this on-demand queue is system or custom.
|
| Modifier and Type | Method and Description |
|---|---|
List<Queue> |
ListQueuesResult.getQueues()
List of queues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateQueueResult.setQueue(Queue queue)
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
void |
GetQueueResult.setQueue(Queue queue)
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
void |
CreateQueueResult.setQueue(Queue queue)
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
UpdateQueueResult |
UpdateQueueResult.withQueue(Queue queue)
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
GetQueueResult |
GetQueueResult.withQueue(Queue queue)
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
CreateQueueResult |
CreateQueueResult.withQueue(Queue queue)
You can use queues to manage the resources that are available to your AWS account for running multiple
transcoding jobs at the same time.
|
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 © 2022. All rights reserved.