| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetDetail |
BudgetDetail.clone() |
BudgetDetail |
BudgetDetail.withBudgetName(String budgetName)
Name of the associated budget.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetDetail> |
DescribeProductAsAdminResult.getBudgets()
Information about the associated budgets.
|
List<BudgetDetail> |
DescribePortfolioResult.getBudgets()
Information about the associated budgets.
|
List<BudgetDetail> |
DescribeProductResult.getBudgets()
Information about the associated budgets.
|
List<BudgetDetail> |
ListBudgetsForResourceResult.getBudgets()
Information about the associated budgets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProductAsAdminResult |
DescribeProductAsAdminResult.withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribePortfolioResult |
DescribePortfolioResult.withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribeProductResult |
DescribeProductResult.withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResult |
ListBudgetsForResourceResult.withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProductAsAdminResult.setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
void |
DescribePortfolioResult.setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
void |
DescribeProductResult.setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
void |
ListBudgetsForResourceResult.setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribeProductAsAdminResult |
DescribeProductAsAdminResult.withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribePortfolioResult |
DescribePortfolioResult.withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribeProductResult |
DescribeProductResult.withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResult |
ListBudgetsForResourceResult.withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
Copyright © 2021. All rights reserved.