| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetSummary |
BudgetSummary.clone() |
BudgetSummary |
BudgetSummary.withApproximateDollarLimit(Float approximateDollarLimit)
The approximate dollar limit of the budget.
|
BudgetSummary |
BudgetSummary.withBudgetId(String budgetId)
The budget ID.
|
BudgetSummary |
BudgetSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
BudgetSummary |
BudgetSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
BudgetSummary |
BudgetSummary.withDescription(String description)
The description of the budget summary.
|
BudgetSummary |
BudgetSummary.withDisplayName(String displayName)
The display name of the budget summary to update.
|
BudgetSummary |
BudgetSummary.withStatus(BudgetStatus status)
The status of the budget.
|
BudgetSummary |
BudgetSummary.withStatus(String status)
The status of the budget.
|
BudgetSummary |
BudgetSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
BudgetSummary |
BudgetSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
BudgetSummary |
BudgetSummary.withUsages(ConsumedUsages usages)
The consumed usage for the budget.
|
BudgetSummary |
BudgetSummary.withUsageTrackingResource(UsageTrackingResource usageTrackingResource)
The resource used to track expenditure in the budget.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetSummary> |
ListBudgetsResult.getBudgets()
The budgets to include on the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListBudgetsResult |
ListBudgetsResult.withBudgets(BudgetSummary... budgets)
The budgets to include on the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBudgetsResult.setBudgets(Collection<BudgetSummary> budgets)
The budgets to include on the list.
|
ListBudgetsResult |
ListBudgetsResult.withBudgets(Collection<BudgetSummary> budgets)
The budgets to include on the list.
|
Copyright © 2025. All rights reserved.