| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
List<CostCategorySplitChargeRule> |
CreateCostCategoryDefinitionRequest.splitChargeRules()
The split charge rules used to allocate your charges between your Cost Category values.
|
List<CostCategorySplitChargeRule> |
UpdateCostCategoryDefinitionRequest.splitChargeRules()
The split charge rules used to allocate your charges between your Cost Category values.
|
List<CostCategorySplitChargeRule> |
CostCategory.splitChargeRules()
The split charge rules that are used to allocate your charges between your Cost Category values.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.splitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.splitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CostCategory.Builder |
CostCategory.Builder.splitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules that are used to allocate your charges between your Cost Category values.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CostCategory.Builder |
CostCategory.Builder.splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules that are used to allocate your charges between your Cost Category values.
|
Copyright © 2022. All rights reserved.