Uses of Class
software.amazon.awssdk.services.mediaconvert.model.QueueStatus
-
Packages that use QueueStatus Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of QueueStatus in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return QueueStatus Modifier and Type Method Description static QueueStatusQueueStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueueStatusCreateQueueRequest. status()Initial state of the queue.QueueStatusQueue. status()Queues can be ACTIVE or PAUSED.QueueStatusUpdateQueueRequest. status()Pause or activate a queue by changing its status between ACTIVE and PAUSED.static QueueStatusQueueStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static QueueStatus[]QueueStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type QueueStatus Modifier and Type Method Description static Set<QueueStatus>QueueStatus. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type QueueStatus Modifier and Type Method Description CreateQueueRequest.BuilderCreateQueueRequest.Builder. status(QueueStatus status)Initial state of the queue.Queue.BuilderQueue.Builder. status(QueueStatus status)Queues can be ACTIVE or PAUSED.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. status(QueueStatus status)Pause or activate a queue by changing its status between ACTIVE and PAUSED.
-