| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer |
The Cost Explorer API enables you 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) |
Copyright © 2021. All rights reserved.