Uses of Class
software.amazon.awssdk.services.pcs.model.QueueStatus
-
Packages that use QueueStatus Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of QueueStatus in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.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.QueueStatusQueue. status()The provisioning status of the queue.QueueStatusQueueSummary. status()The provisioning status of the queue.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.pcs.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.pcs.model with parameters of type QueueStatus Modifier and Type Method Description Queue.BuilderQueue.Builder. status(QueueStatus status)The provisioning status of the queue.QueueSummary.BuilderQueueSummary.Builder. status(QueueStatus status)The provisioning status of the queue.
-