| 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 CreateCostCategoryDefinitionResponse |
CostExplorerClient.createCostCategoryDefinition(Consumer<CreateCostCategoryDefinitionRequest.Builder> createCostCategoryDefinitionRequest)
Creates a new Cost Category with the requested name and rules.
|
default CompletableFuture<CreateCostCategoryDefinitionResponse> |
CostExplorerAsyncClient.createCostCategoryDefinition(Consumer<CreateCostCategoryDefinitionRequest.Builder> createCostCategoryDefinitionRequest)
Creates a new Cost Category with the requested name and rules.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.builder() |
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.defaultValue(String defaultValue)
Sets the value of the DefaultValue property for this object.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.effectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.name(String name)
Sets the value of the Name property for this object.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.resourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.resourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.rules(Collection<CostCategoryRule> rules)
The Cost Category rules used to categorize costs.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.rules(Consumer<CostCategoryRule.Builder>... rules)
The Cost Category rules used to categorize costs.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.rules(CostCategoryRule... rules)
The Cost Category rules used to categorize costs.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.ruleVersion(CostCategoryRuleVersion ruleVersion)
Sets the value of the RuleVersion property for this object.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.ruleVersion(String ruleVersion)
Sets the value of the RuleVersion property for this object.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.splitChargeRules(Consumer<CostCategorySplitChargeRule.Builder>... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.splitChargeRules(CostCategorySplitChargeRule... splitChargeRules)
The split charge rules used to allocate your charges between your Cost Category values.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCostCategoryDefinitionRequest.Builder> |
CreateCostCategoryDefinitionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.