| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
CostTypes |
CostTypes.clone() |
CostTypes |
BudgetPerformanceHistory.getCostTypes()
The history of the cost types for a budget during the specified time period.
|
CostTypes |
Budget.getCostTypes()
The types of costs that are included in this
COST budget. |
CostTypes |
CostTypes.withIncludeCredit(Boolean includeCredit)
Specifies whether a budget includes credits.
|
CostTypes |
CostTypes.withIncludeDiscount(Boolean includeDiscount)
Specifies whether a budget includes discounts.
|
CostTypes |
CostTypes.withIncludeOtherSubscription(Boolean includeOtherSubscription)
Specifies whether a budget includes non-RI subscription costs.
|
CostTypes |
CostTypes.withIncludeRecurring(Boolean includeRecurring)
Specifies whether a budget includes recurring fees such as monthly RI fees.
|
CostTypes |
CostTypes.withIncludeRefund(Boolean includeRefund)
Specifies whether a budget includes refunds.
|
CostTypes |
CostTypes.withIncludeSubscription(Boolean includeSubscription)
Specifies whether a budget includes subscriptions.
|
CostTypes |
CostTypes.withIncludeSupport(Boolean includeSupport)
Specifies whether a budget includes support subscription fees.
|
CostTypes |
CostTypes.withIncludeTax(Boolean includeTax)
Specifies whether a budget includes taxes.
|
CostTypes |
CostTypes.withIncludeUpfront(Boolean includeUpfront)
Specifies whether a budget includes upfront RI costs.
|
CostTypes |
CostTypes.withUseAmortized(Boolean useAmortized)
Specifies whether a budget uses the amortized rate.
|
CostTypes |
CostTypes.withUseBlended(Boolean useBlended)
Specifies whether a budget uses a blended rate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BudgetPerformanceHistory.setCostTypes(CostTypes costTypes)
The history of the cost types for a budget during the specified time period.
|
void |
Budget.setCostTypes(CostTypes costTypes)
The types of costs that are included in this
COST budget. |
BudgetPerformanceHistory |
BudgetPerformanceHistory.withCostTypes(CostTypes costTypes)
The history of the cost types for a budget during the specified time period.
|
Budget |
Budget.withCostTypes(CostTypes costTypes)
The types of costs that are included in this
COST budget. |
Copyright © 2020. All rights reserved.