| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CostCategoryRule |
CostCategoryRule.clone() |
CostCategoryRule |
CostCategoryRule.withInheritedValue(CostCategoryInheritedValueDimension inheritedValue)
The value the line item is categorized as if the line item contains the matched dimension.
|
CostCategoryRule |
CostCategoryRule.withRule(Expression rule)
An Expression
object used to categorize costs.
|
CostCategoryRule |
CostCategoryRule.withType(CostCategoryRuleType type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. |
CostCategoryRule |
CostCategoryRule.withType(String type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. |
CostCategoryRule |
CostCategoryRule.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CostCategoryRule> |
UpdateCostCategoryDefinitionRequest.getRules()
The
Expression object used to categorize costs. |
List<CostCategoryRule> |
CostCategory.getRules()
The rules are processed in order.
|
List<CostCategoryRule> |
CreateCostCategoryDefinitionRequest.getRules()
The Cost Category rules used to categorize costs.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withRules(CostCategoryRule... rules)
The
Expression object used to categorize costs. |
CostCategory |
CostCategory.withRules(CostCategoryRule... rules)
The rules are processed in order.
|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withRules(CostCategoryRule... rules)
The Cost Category rules used to categorize costs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCostCategoryDefinitionRequest.setRules(Collection<CostCategoryRule> rules)
The
Expression object used to categorize costs. |
void |
CostCategory.setRules(Collection<CostCategoryRule> rules)
The rules are processed in order.
|
void |
CreateCostCategoryDefinitionRequest.setRules(Collection<CostCategoryRule> rules)
The Cost Category rules used to categorize costs.
|
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withRules(Collection<CostCategoryRule> rules)
The
Expression object used to categorize costs. |
CostCategory |
CostCategory.withRules(Collection<CostCategoryRule> rules)
The rules are processed in order.
|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withRules(Collection<CostCategoryRule> rules)
The Cost Category rules used to categorize costs.
|
Copyright © 2023. All rights reserved.