| 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 |
|---|---|
DeleteCostCategoryDefinitionResult |
AWSCostExplorerClient.deleteCostCategoryDefinition(DeleteCostCategoryDefinitionRequest request)
Deletes a Cost Category.
|
DeleteCostCategoryDefinitionResult |
AWSCostExplorer.deleteCostCategoryDefinition(DeleteCostCategoryDefinitionRequest deleteCostCategoryDefinitionRequest)
Deletes a Cost Category.
|
DeleteCostCategoryDefinitionResult |
AbstractAWSCostExplorer.deleteCostCategoryDefinition(DeleteCostCategoryDefinitionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteCostCategoryDefinitionResult> |
AbstractAWSCostExplorerAsync.deleteCostCategoryDefinitionAsync(DeleteCostCategoryDefinitionRequest request,
AsyncHandler<DeleteCostCategoryDefinitionRequest,DeleteCostCategoryDefinitionResult> asyncHandler) |
Future<DeleteCostCategoryDefinitionResult> |
AWSCostExplorerAsync.deleteCostCategoryDefinitionAsync(DeleteCostCategoryDefinitionRequest deleteCostCategoryDefinitionRequest,
AsyncHandler<DeleteCostCategoryDefinitionRequest,DeleteCostCategoryDefinitionResult> asyncHandler)
Deletes a Cost Category.
|
Future<DeleteCostCategoryDefinitionResult> |
AWSCostExplorerAsyncClient.deleteCostCategoryDefinitionAsync(DeleteCostCategoryDefinitionRequest request,
AsyncHandler<DeleteCostCategoryDefinitionRequest,DeleteCostCategoryDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteCostCategoryDefinitionResult |
DeleteCostCategoryDefinitionResult.clone() |
DeleteCostCategoryDefinitionResult |
DeleteCostCategoryDefinitionResult.withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
DeleteCostCategoryDefinitionResult |
DeleteCostCategoryDefinitionResult.withEffectiveEnd(String effectiveEnd)
The effective end date of the Cost Category as a result of deleting it.
|
Copyright © 2024. All rights reserved.