| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCostCategoryDefinitionResult> |
AWSCostExplorerAsyncClient.updateCostCategoryDefinitionAsync(UpdateCostCategoryDefinitionRequest request,
AsyncHandler<UpdateCostCategoryDefinitionRequest,UpdateCostCategoryDefinitionResult> asyncHandler) |
Future<UpdateCostCategoryDefinitionResult> |
AWSCostExplorerAsync.updateCostCategoryDefinitionAsync(UpdateCostCategoryDefinitionRequest updateCostCategoryDefinitionRequest,
AsyncHandler<UpdateCostCategoryDefinitionRequest,UpdateCostCategoryDefinitionResult> asyncHandler)
Updates an existing Cost Category.
|
Future<UpdateCostCategoryDefinitionResult> |
AbstractAWSCostExplorerAsync.updateCostCategoryDefinitionAsync(UpdateCostCategoryDefinitionRequest request,
AsyncHandler<UpdateCostCategoryDefinitionRequest,UpdateCostCategoryDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.clone() |
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withDefaultValue(String defaultValue) |
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withRules(Collection<CostCategoryRule> rules)
The
Expression object used to categorize costs. |
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withRules(CostCategoryRule... rules)
The
Expression object used to categorize costs. |
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withRuleVersion(CostCategoryRuleVersion ruleVersion) |
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withRuleVersion(String ruleVersion) |
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withSplitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
UpdateCostCategoryDefinitionRequest |
UpdateCostCategoryDefinitionRequest.withSplitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
Copyright © 2022. All rights reserved.