| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model | |
| software.amazon.awssdk.services.mediaconvert.paginators |
| Modifier and Type | Method and Description |
|---|---|
Queue |
GetQueueResponse.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.
|
Queue |
CreateQueueResponse.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.
|
Queue |
UpdateQueueResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Queue> |
ListQueuesResponse.queues()
List of queues.
|
| Modifier and Type | Method and Description |
|---|---|
GetQueueResponse.Builder |
GetQueueResponse.Builder.queue(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.
|
CreateQueueResponse.Builder |
CreateQueueResponse.Builder.queue(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.
|
UpdateQueueResponse.Builder |
UpdateQueueResponse.Builder.queue(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.
|
ListQueuesResponse.Builder |
ListQueuesResponse.Builder.queues(Queue... queues)
List of queues.
|
| Modifier and Type | Method and Description |
|---|---|
ListQueuesResponse.Builder |
ListQueuesResponse.Builder.queues(Collection<Queue> queues)
List of queues.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Queue> |
ListQueuesIterable.queues()
Returns an iterable to iterate through the paginated
ListQueuesResponse.queues() member. |
SdkPublisher<Queue> |
ListQueuesPublisher.queues()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.