| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
static QueueBlockedReason |
QueueBlockedReason.fromValue(String value)
Use this in place of valueOf.
|
static QueueBlockedReason |
QueueBlockedReason.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.
|
| Modifier and Type | Method and Description |
|---|---|
QueueSummary |
QueueSummary.withBlockedReason(QueueBlockedReason blockedReason)
The reason the queue is blocked, if applicable.
|
GetQueueResult |
GetQueueResult.withBlockedReason(QueueBlockedReason blockedReason)
The reason the queue was blocked.
|
Copyright © 2024. All rights reserved.