| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CostCategory |
CostCategory.clone() |
CostCategory |
DescribeCostCategoryDefinitionResult.getCostCategory() |
CostCategory |
CostCategory.withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
CostCategory |
CostCategory.withDefaultValue(String defaultValue) |
CostCategory |
CostCategory.withEffectiveEnd(String effectiveEnd)
The effective end date of your Cost Category.
|
CostCategory |
CostCategory.withEffectiveStart(String effectiveStart)
The effective start date of your Cost Category.
|
CostCategory |
CostCategory.withName(String name) |
CostCategory |
CostCategory.withProcessingStatus(Collection<CostCategoryProcessingStatus> processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategory |
CostCategory.withProcessingStatus(CostCategoryProcessingStatus... processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategory |
CostCategory.withRules(Collection<CostCategoryRule> rules)
The rules are processed in order.
|
CostCategory |
CostCategory.withRules(CostCategoryRule... rules)
The rules are processed in order.
|
CostCategory |
CostCategory.withRuleVersion(CostCategoryRuleVersion ruleVersion) |
CostCategory |
CostCategory.withRuleVersion(String ruleVersion) |
CostCategory |
CostCategory.withSplitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules that are 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 |
DescribeCostCategoryDefinitionResult.setCostCategory(CostCategory costCategory) |
DescribeCostCategoryDefinitionResult |
DescribeCostCategoryDefinitionResult.withCostCategory(CostCategory costCategory) |
Copyright © 2022. All rights reserved.