| 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<CreateCostCategoryDefinitionResult> |
AbstractAWSCostExplorerAsync.createCostCategoryDefinitionAsync(CreateCostCategoryDefinitionRequest request,
AsyncHandler<CreateCostCategoryDefinitionRequest,CreateCostCategoryDefinitionResult> asyncHandler) |
Future<CreateCostCategoryDefinitionResult> |
AWSCostExplorerAsync.createCostCategoryDefinitionAsync(CreateCostCategoryDefinitionRequest createCostCategoryDefinitionRequest,
AsyncHandler<CreateCostCategoryDefinitionRequest,CreateCostCategoryDefinitionResult> asyncHandler)
Creates a new Cost Category with the requested name and rules.
|
Future<CreateCostCategoryDefinitionResult> |
AWSCostExplorerAsyncClient.createCostCategoryDefinitionAsync(CreateCostCategoryDefinitionRequest request,
AsyncHandler<CreateCostCategoryDefinitionRequest,CreateCostCategoryDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.clone() |
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withDefaultValue(String defaultValue) |
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withName(String name) |
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withRules(Collection<CostCategoryRule> rules)
The Cost Category rules used to categorize costs.
|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withRules(CostCategoryRule... rules)
The Cost Category rules used to categorize costs.
|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withRuleVersion(CostCategoryRuleVersion ruleVersion) |
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withRuleVersion(String ruleVersion) |
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withSplitChargeRules(Collection<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.
|
Copyright © 2022. All rights reserved.