| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CostCategorySplitChargeRule |
CostCategorySplitChargeRule.clone() |
CostCategorySplitChargeRule |
CostCategorySplitChargeRule.withMethod(CostCategorySplitChargeMethod method)
The method that's used to define how to split your source costs across your targets.
|
CostCategorySplitChargeRule |
CostCategorySplitChargeRule.withMethod(String method)
The method that's used to define how to split your source costs across your targets.
|
CostCategorySplitChargeRule |
CostCategorySplitChargeRule.withParameters(Collection<CostCategorySplitChargeRuleParameter> parameters)
The parameters for a split charge method.
|
CostCategorySplitChargeRule |
CostCategorySplitChargeRule.withParameters(CostCategorySplitChargeRuleParameter... parameters)
The parameters for a split charge method.
|
CostCategorySplitChargeRule |
CostCategorySplitChargeRule.withSource(String source)
The Cost Category value that you want to split.
|
CostCategorySplitChargeRule |
CostCategorySplitChargeRule.withTargets(Collection<String> targets)
The Cost Category values that you want to split costs across.
|
CostCategorySplitChargeRule |
CostCategorySplitChargeRule.withTargets(String... targets)
The Cost Category values that you want to split costs across.
|
| Modifier and Type | Method and Description |
|---|---|
List<CostCategorySplitChargeRule> |
UpdateCostCategoryDefinitionRequest.getSplitChargeRules()
The split charge rules used to allocate your charges between your Cost Category values.
|
List<CostCategorySplitChargeRule> |
CreateCostCategoryDefinitionRequest.getSplitChargeRules()
The split charge rules used to allocate your charges between your Cost Category values.
|
List<CostCategorySplitChargeRule> |
CostCategory.getSplitChargeRules()
The split charge rules that are used to allocate your charges between your Cost Category values.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withSplitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withSplitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CostCategory |
CostCategory.withSplitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules that are used to allocate your charges between your Cost Category values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCostCategoryDefinitionRequest.setSplitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
void |
CreateCostCategoryDefinitionRequest.setSplitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
void |
CostCategory.setSplitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules that are used to allocate your charges between your Cost Category values.
|
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withSplitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withSplitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CostCategory |
CostCategory.withSplitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules that are used to allocate your charges between your Cost Category values.
|
Copyright © 2023. All rights reserved.