| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateCostCategoryDefinitionResponse |
CostExplorerClient.createCostCategoryDefinition(Consumer<CreateCostCategoryDefinitionRequest.Builder> createCostCategoryDefinitionRequest)
Creates a new Cost Category with the requested name and rules.
|
default CreateCostCategoryDefinitionResponse |
CostExplorerClient.createCostCategoryDefinition(CreateCostCategoryDefinitionRequest createCostCategoryDefinitionRequest)
Creates a new Cost Category with the requested name and rules.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateCostCategoryDefinitionResponse> |
CostExplorerAsyncClient.createCostCategoryDefinition(Consumer<CreateCostCategoryDefinitionRequest.Builder> createCostCategoryDefinitionRequest)
Creates a new Cost Category with the requested name and rules.
|
default CompletableFuture<CreateCostCategoryDefinitionResponse> |
CostExplorerAsyncClient.createCostCategoryDefinition(CreateCostCategoryDefinitionRequest createCostCategoryDefinitionRequest)
Creates a new Cost Category with the requested name and rules.
|
Copyright © 2023. All rights reserved.