| 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 |
|---|---|
CreateCostCategoryDefinitionResult |
AbstractAWSCostExplorer.createCostCategoryDefinition(CreateCostCategoryDefinitionRequest request) |
CreateCostCategoryDefinitionResult |
AWSCostExplorerClient.createCostCategoryDefinition(CreateCostCategoryDefinitionRequest request)
Creates a new Cost Category with the requested name and rules.
|
CreateCostCategoryDefinitionResult |
AWSCostExplorer.createCostCategoryDefinition(CreateCostCategoryDefinitionRequest createCostCategoryDefinitionRequest)
Creates a new Cost Category with the requested name and rules.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCostCategoryDefinitionResult> |
AbstractAWSCostExplorerAsync.createCostCategoryDefinitionAsync(CreateCostCategoryDefinitionRequest request,
AsyncHandler<CreateCostCategoryDefinitionRequest,CreateCostCategoryDefinitionResult> asyncHandler) |
Future<CreateCostCategoryDefinitionResult> |
AWSCostExplorerAsyncClient.createCostCategoryDefinitionAsync(CreateCostCategoryDefinitionRequest request,
AsyncHandler<CreateCostCategoryDefinitionRequest,CreateCostCategoryDefinitionResult> asyncHandler) |
Future<CreateCostCategoryDefinitionResult> |
AWSCostExplorerAsync.createCostCategoryDefinitionAsync(CreateCostCategoryDefinitionRequest createCostCategoryDefinitionRequest,
AsyncHandler<CreateCostCategoryDefinitionRequest,CreateCostCategoryDefinitionResult> asyncHandler)
Creates a new Cost Category with the requested name and rules.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCostCategoryDefinitionResult |
CreateCostCategoryDefinitionResult.clone() |
CreateCostCategoryDefinitionResult |
CreateCostCategoryDefinitionResult.withCostCategoryArn(String costCategoryArn)
The unique identifier for your newly created Cost Category.
|
CreateCostCategoryDefinitionResult |
CreateCostCategoryDefinitionResult.withEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
Copyright © 2024. All rights reserved.