| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateCostCategoryDefinitionResponse |
CostExplorerClient.updateCostCategoryDefinition(Consumer<UpdateCostCategoryDefinitionRequest.Builder> updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
default CompletableFuture<UpdateCostCategoryDefinitionResponse> |
CostExplorerAsyncClient.updateCostCategoryDefinition(Consumer<UpdateCostCategoryDefinitionRequest.Builder> updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.builder() |
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.costCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.defaultValue(String defaultValue)
Sets the value of the DefaultValue property for this object.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.effectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.rules(Collection<CostCategoryRule> rules)
The
Expression object used to categorize costs. |
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.rules(Consumer<CostCategoryRule.Builder>... rules)
The
Expression object used to categorize costs. |
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.rules(CostCategoryRule... rules)
The
Expression object used to categorize costs. |
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.ruleVersion(CostCategoryRuleVersion ruleVersion)
Sets the value of the RuleVersion property for this object.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.ruleVersion(String ruleVersion)
Sets the value of the RuleVersion property for this object.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.splitChargeRules(Consumer<CostCategorySplitChargeRule.Builder>... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.Builder.splitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
UpdateCostCategoryDefinitionRequest.Builder |
UpdateCostCategoryDefinitionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateCostCategoryDefinitionRequest.Builder> |
UpdateCostCategoryDefinitionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.