Uses of Class
software.amazon.awssdk.services.servicecatalog.model.BudgetDetail
-
Packages that use BudgetDetail Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of BudgetDetail in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type BudgetDetail Modifier and Type Method 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.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type BudgetDetail Modifier and Type Method Description DescribePortfolioResponse.BuilderDescribePortfolioResponse.Builder. budgets(BudgetDetail... budgets)Information about the associated budgets.DescribeProductAsAdminResponse.BuilderDescribeProductAsAdminResponse.Builder. budgets(BudgetDetail... budgets)Information about the associated budgets.DescribeProductResponse.BuilderDescribeProductResponse.Builder. budgets(BudgetDetail... budgets)Information about the associated budgets.ListBudgetsForResourceResponse.BuilderListBudgetsForResourceResponse.Builder. budgets(BudgetDetail... budgets)Information about the associated budgets.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type BudgetDetail Modifier and Type Method Description DescribePortfolioResponse.BuilderDescribePortfolioResponse.Builder. budgets(Collection<BudgetDetail> budgets)Information about the associated budgets.DescribeProductAsAdminResponse.BuilderDescribeProductAsAdminResponse.Builder. budgets(Collection<BudgetDetail> budgets)Information about the associated budgets.DescribeProductResponse.BuilderDescribeProductResponse.Builder. budgets(Collection<BudgetDetail> budgets)Information about the associated budgets.ListBudgetsForResourceResponse.BuilderListBudgetsForResourceResponse.Builder. budgets(Collection<BudgetDetail> budgets)Information about the associated budgets.
-