| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
static DefaultQueueBudgetAction |
DefaultQueueBudgetAction.fromValue(String value)
Use this in place of valueOf.
|
static DefaultQueueBudgetAction |
DefaultQueueBudgetAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultQueueBudgetAction[] |
DefaultQueueBudgetAction.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.withDefaultBudgetAction(DefaultQueueBudgetAction defaultBudgetAction)
The default action taken on a queue summary if a budget wasn't configured.
|
UpdateQueueRequest |
UpdateQueueRequest.withDefaultBudgetAction(DefaultQueueBudgetAction defaultBudgetAction)
The default action to take for a queue update if a budget isn't configured.
|
GetQueueResult |
GetQueueResult.withDefaultBudgetAction(DefaultQueueBudgetAction defaultBudgetAction)
The default action taken on a queue if a budget wasn't configured.
|
CreateQueueRequest |
CreateQueueRequest.withDefaultBudgetAction(DefaultQueueBudgetAction defaultBudgetAction)
The default action to take on a queue if a budget isn't configured.
|
Copyright © 2024. All rights reserved.