| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
List<BudgetDetail> |
DescribePortfolioResponse.budgets()
Information about the associated budgets.
|
List<BudgetDetail> |
DescribeProductAsAdminResponse.budgets()
Information about the associated budgets.
|
List<BudgetDetail> |
DescribeProductResponse.budgets()
Information about the associated budgets.
|
List<BudgetDetail> |
ListBudgetsForResourceResponse.budgets()
Information about the associated budgets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.budgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribeProductAsAdminResponse.Builder |
DescribeProductAsAdminResponse.Builder.budgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribeProductResponse.Builder |
DescribeProductResponse.Builder.budgets(BudgetDetail... budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResponse.Builder |
ListBudgetsForResourceResponse.Builder.budgets(BudgetDetail... budgets)
Information about the associated budgets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribeProductAsAdminResponse.Builder |
DescribeProductAsAdminResponse.Builder.budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribeProductResponse.Builder |
DescribeProductResponse.Builder.budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResponse.Builder |
ListBudgetsForResourceResponse.Builder.budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
Copyright © 2023. All rights reserved.