| 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 |
|---|---|
UpdateCostCategoryDefinitionResult |
AbstractAWSCostExplorer.updateCostCategoryDefinition(UpdateCostCategoryDefinitionRequest request) |
UpdateCostCategoryDefinitionResult |
AWSCostExplorer.updateCostCategoryDefinition(UpdateCostCategoryDefinitionRequest updateCostCategoryDefinitionRequest)
Updates an existing Cost Category.
|
UpdateCostCategoryDefinitionResult |
AWSCostExplorerClient.updateCostCategoryDefinition(UpdateCostCategoryDefinitionRequest request)
Updates an existing Cost Category.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCostCategoryDefinitionResult> |
AWSCostExplorerAsyncClient.updateCostCategoryDefinitionAsync(UpdateCostCategoryDefinitionRequest request,
AsyncHandler<UpdateCostCategoryDefinitionRequest,UpdateCostCategoryDefinitionResult> asyncHandler) |
Future<UpdateCostCategoryDefinitionResult> |
AbstractAWSCostExplorerAsync.updateCostCategoryDefinitionAsync(UpdateCostCategoryDefinitionRequest request,
AsyncHandler<UpdateCostCategoryDefinitionRequest,UpdateCostCategoryDefinitionResult> asyncHandler) |
Future<UpdateCostCategoryDefinitionResult> |
AWSCostExplorerAsync.updateCostCategoryDefinitionAsync(UpdateCostCategoryDefinitionRequest updateCostCategoryDefinitionRequest,
AsyncHandler<UpdateCostCategoryDefinitionRequest,UpdateCostCategoryDefinitionResult> asyncHandler)
Updates an existing Cost Category.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCostCategoryDefinitionResult |
UpdateCostCategoryDefinitionResult.clone() |
UpdateCostCategoryDefinitionResult |
UpdateCostCategoryDefinitionResult.withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
UpdateCostCategoryDefinitionResult |
UpdateCostCategoryDefinitionResult.withEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
Copyright © 2023. All rights reserved.