Uses of Class
software.amazon.awssdk.services.deadline.model.BudgetSummary
-
Packages that use BudgetSummary Package Description software.amazon.awssdk.services.deadline.model software.amazon.awssdk.services.deadline.paginators -
-
Uses of BudgetSummary in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type BudgetSummary Modifier and Type Method Description List<BudgetSummary>ListBudgetsResponse. budgets()The budgets to include on the list.Methods in software.amazon.awssdk.services.deadline.model with parameters of type BudgetSummary Modifier and Type Method Description ListBudgetsResponse.BuilderListBudgetsResponse.Builder. budgets(BudgetSummary... budgets)The budgets to include on the list.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type BudgetSummary Modifier and Type Method Description ListBudgetsResponse.BuilderListBudgetsResponse.Builder. budgets(Collection<BudgetSummary> budgets)The budgets to include on the list. -
Uses of BudgetSummary in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type BudgetSummary Modifier and Type Method Description SdkIterable<BudgetSummary>ListBudgetsIterable. budgets()Returns an iterable to iterate through the paginatedListBudgetsResponse.budgets()member.SdkPublisher<BudgetSummary>ListBudgetsPublisher. budgets()Returns a publisher that can be used to get a stream of data.
-