| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
The Cost Explorer API enables you to programmatically query your cost and usage data.
|
| 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 CreateCostCategoryDefinitionResponse |
CostExplorerClient.createCostCategoryDefinition(CreateCostCategoryDefinitionRequest createCostCategoryDefinitionRequest)
Creates a new Cost Category with the requested name and rules.
|
default UpdateCostCategoryDefinitionResponse |
CostExplorerClient.updateCostCategoryDefinition(Consumer<UpdateCostCategoryDefinitionRequest.Builder> updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
default UpdateCostCategoryDefinitionResponse |
CostExplorerClient.updateCostCategoryDefinition(UpdateCostCategoryDefinitionRequest updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
Copyright © 2021. All rights reserved.