| 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 UpdateCostCategoryDefinitionResponse |
CostExplorerClient.updateCostCategoryDefinition(Consumer<UpdateCostCategoryDefinitionRequest.Builder> updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
default UpdateCostCategoryDefinitionResponse |
CostExplorerClient.updateCostCategoryDefinition(UpdateCostCategoryDefinitionRequest updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateCostCategoryDefinitionResponse> |
CostExplorerAsyncClient.updateCostCategoryDefinition(Consumer<UpdateCostCategoryDefinitionRequest.Builder> updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
default CompletableFuture<UpdateCostCategoryDefinitionResponse> |
CostExplorerAsyncClient.updateCostCategoryDefinition(UpdateCostCategoryDefinitionRequest updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
Copyright © 2021. All rights reserved.