| 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 DeleteCostCategoryDefinitionResponse |
CostExplorerClient.deleteCostCategoryDefinition(Consumer<DeleteCostCategoryDefinitionRequest.Builder> deleteCostCategoryDefinitionRequest)
Deletes a Cost Category.
|
default DeleteCostCategoryDefinitionResponse |
CostExplorerClient.deleteCostCategoryDefinition(DeleteCostCategoryDefinitionRequest deleteCostCategoryDefinitionRequest)
Deletes a Cost Category.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteCostCategoryDefinitionResponse> |
CostExplorerAsyncClient.deleteCostCategoryDefinition(Consumer<DeleteCostCategoryDefinitionRequest.Builder> deleteCostCategoryDefinitionRequest)
Deletes a Cost Category.
|
default CompletableFuture<DeleteCostCategoryDefinitionResponse> |
CostExplorerAsyncClient.deleteCostCategoryDefinition(DeleteCostCategoryDefinitionRequest deleteCostCategoryDefinitionRequest)
Deletes a Cost Category.
|
Copyright © 2021. All rights reserved.