Uses of Class
software.amazon.awssdk.services.deadline.model.QueueBlockedReason
-
Packages that use QueueBlockedReason Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of QueueBlockedReason in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return QueueBlockedReason Modifier and Type Method Description QueueBlockedReasonGetQueueResponse. blockedReason()The reason the queue was blocked.QueueBlockedReasonQueueSummary. blockedReason()The reason the queue is blocked, if applicable.static QueueBlockedReasonQueueBlockedReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static QueueBlockedReasonQueueBlockedReason. valueOf(String name)Returns the enum constant of this type with the specified name.static QueueBlockedReason[]QueueBlockedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type QueueBlockedReason Modifier and Type Method Description static Set<QueueBlockedReason>QueueBlockedReason. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type QueueBlockedReason Modifier and Type Method Description GetQueueResponse.BuilderGetQueueResponse.Builder. blockedReason(QueueBlockedReason blockedReason)The reason the queue was blocked.QueueSummary.BuilderQueueSummary.Builder. blockedReason(QueueBlockedReason blockedReason)The reason the queue is blocked, if applicable.
-