Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.UpdateQueueResponse.Builder
-
Packages that use UpdateQueueResponse.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of UpdateQueueResponse.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return UpdateQueueResponse.Builder Modifier and Type Method Description static UpdateQueueResponse.BuilderUpdateQueueResponse. builder()default UpdateQueueResponse.BuilderUpdateQueueResponse.Builder. queue(Consumer<Queue.Builder> 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.UpdateQueueResponse.BuilderUpdateQueueResponse. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type UpdateQueueResponse.Builder Modifier and Type Method Description static Class<? extends UpdateQueueResponse.Builder>UpdateQueueResponse. serializableBuilderClass()
-