| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
List<CostCategoryRule> |
UpdateCostCategoryDefinitionRequest.rules()
The
Expression object used to categorize costs. |
List<CostCategoryRule> |
CreateCostCategoryDefinitionRequest.rules()
The Cost Category rules used to categorize costs.
|
List<CostCategoryRule> |
CostCategory.rules()
The rules are processed in order.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.rules(CostCategoryRule... rules)
The
Expression object used to categorize costs. |
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.rules(CostCategoryRule... rules)
The Cost Category rules used to categorize costs.
|
CostCategory.Builder |
CostCategory.Builder.rules(CostCategoryRule... rules)
The rules are processed in order.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.rules(Collection<CostCategoryRule> rules)
The
Expression object used to categorize costs. |
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.rules(Collection<CostCategoryRule> rules)
The Cost Category rules used to categorize costs.
|
CostCategory.Builder |
CostCategory.Builder.rules(Collection<CostCategoryRule> rules)
The rules are processed in order.
|
Copyright © 2023. All rights reserved.