| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
QueueSummary |
QueueSummary.clone() |
QueueSummary |
QueueSummary.withBlockedReason(QueueBlockedReason blockedReason)
The reason the queue is blocked, if applicable.
|
QueueSummary |
QueueSummary.withBlockedReason(String blockedReason)
The reason the queue is blocked, if applicable.
|
QueueSummary |
QueueSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
QueueSummary |
QueueSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
QueueSummary |
QueueSummary.withDefaultBudgetAction(DefaultQueueBudgetAction defaultBudgetAction)
The default action taken on a queue summary if a budget wasn't configured.
|
QueueSummary |
QueueSummary.withDefaultBudgetAction(String defaultBudgetAction)
The default action taken on a queue summary if a budget wasn't configured.
|
QueueSummary |
QueueSummary.withDisplayName(String displayName)
The display name of the queue summary to update.
|
QueueSummary |
QueueSummary.withFarmId(String farmId)
The farm ID.
|
QueueSummary |
QueueSummary.withQueueId(String queueId)
The queue ID.
|
QueueSummary |
QueueSummary.withStatus(QueueStatus status)
That status of the queue.
|
QueueSummary |
QueueSummary.withStatus(String status)
That status of the queue.
|
QueueSummary |
QueueSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
QueueSummary |
QueueSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueueSummary> |
ListQueuesResult.getQueues()
The queues on the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListQueuesResult |
ListQueuesResult.withQueues(QueueSummary... queues)
The queues on the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListQueuesResult.setQueues(Collection<QueueSummary> queues)
The queues on the list.
|
ListQueuesResult |
ListQueuesResult.withQueues(Collection<QueueSummary> queues)
The queues on the list.
|
Copyright © 2024. All rights reserved.