| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteCostCategoryDefinitionResult> |
AWSCostExplorerAsyncClient.deleteCostCategoryDefinitionAsync(DeleteCostCategoryDefinitionRequest request,
AsyncHandler<DeleteCostCategoryDefinitionRequest,DeleteCostCategoryDefinitionResult> asyncHandler) |
Future<DeleteCostCategoryDefinitionResult> |
AWSCostExplorerAsync.deleteCostCategoryDefinitionAsync(DeleteCostCategoryDefinitionRequest deleteCostCategoryDefinitionRequest,
AsyncHandler<DeleteCostCategoryDefinitionRequest,DeleteCostCategoryDefinitionResult> asyncHandler)
Deletes a Cost Category.
|
Future<DeleteCostCategoryDefinitionResult> |
AbstractAWSCostExplorerAsync.deleteCostCategoryDefinitionAsync(DeleteCostCategoryDefinitionRequest request,
AsyncHandler<DeleteCostCategoryDefinitionRequest,DeleteCostCategoryDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteCostCategoryDefinitionRequest |
DeleteCostCategoryDefinitionRequest.clone() |
DeleteCostCategoryDefinitionRequest |
DeleteCostCategoryDefinitionRequest.withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
Copyright © 2022. All rights reserved.