Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Queue
-
Packages that use Queue Package Description software.amazon.awssdk.services.mediaconvert.model software.amazon.awssdk.services.mediaconvert.paginators -
-
Uses of Queue in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Queue Modifier and Type Method Description QueueCreateQueueResponse. 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.QueueGetQueueResponse. 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.QueueUpdateQueueResponse. 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.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type Queue Modifier and Type Method Description List<Queue>ListQueuesResponse. queues()List of queues.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Queue Modifier and Type Method Description CreateQueueResponse.BuilderCreateQueueResponse.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.GetQueueResponse.BuilderGetQueueResponse.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.BuilderUpdateQueueResponse.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.BuilderListQueuesResponse.Builder. queues(Queue... queues)List of queues.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type Queue Modifier and Type Method Description ListQueuesResponse.BuilderListQueuesResponse.Builder. queues(Collection<Queue> queues)List of queues. -
Uses of Queue in software.amazon.awssdk.services.mediaconvert.paginators
Methods in software.amazon.awssdk.services.mediaconvert.paginators that return types with arguments of type Queue Modifier and Type Method Description SdkIterable<Queue>ListQueuesIterable. queues()Returns an iterable to iterate through the paginatedListQueuesResponse.queues()member.SdkPublisher<Queue>ListQueuesPublisher. queues()Returns a publisher that can be used to get a stream of data.
-