| 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 |
|---|---|
GetCostCategoriesResult |
AbstractAWSCostExplorer.getCostCategories(GetCostCategoriesRequest request) |
GetCostCategoriesResult |
AWSCostExplorerClient.getCostCategories(GetCostCategoriesRequest request)
Retrieves an array of Cost Category names and values incurred cost.
|
GetCostCategoriesResult |
AWSCostExplorer.getCostCategories(GetCostCategoriesRequest getCostCategoriesRequest)
Retrieves an array of Cost Category names and values incurred cost.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCostCategoriesResult> |
AbstractAWSCostExplorerAsync.getCostCategoriesAsync(GetCostCategoriesRequest request,
AsyncHandler<GetCostCategoriesRequest,GetCostCategoriesResult> asyncHandler) |
Future<GetCostCategoriesResult> |
AWSCostExplorerAsync.getCostCategoriesAsync(GetCostCategoriesRequest getCostCategoriesRequest,
AsyncHandler<GetCostCategoriesRequest,GetCostCategoriesResult> asyncHandler)
Retrieves an array of Cost Category names and values incurred cost.
|
Future<GetCostCategoriesResult> |
AWSCostExplorerAsyncClient.getCostCategoriesAsync(GetCostCategoriesRequest request,
AsyncHandler<GetCostCategoriesRequest,GetCostCategoriesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCostCategoriesResult |
GetCostCategoriesResult.clone() |
GetCostCategoriesResult |
GetCostCategoriesResult.withCostCategoryNames(Collection<String> costCategoryNames)
The names of the Cost Categories.
|
GetCostCategoriesResult |
GetCostCategoriesResult.withCostCategoryNames(String... costCategoryNames)
The names of the Cost Categories.
|
GetCostCategoriesResult |
GetCostCategoriesResult.withCostCategoryValues(Collection<String> costCategoryValues)
The Cost Category values.
|
GetCostCategoriesResult |
GetCostCategoriesResult.withCostCategoryValues(String... costCategoryValues)
The Cost Category values.
|
GetCostCategoriesResult |
GetCostCategoriesResult.withNextPageToken(String nextPageToken)
If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services returns a
NextPageToken value in the response.
|
GetCostCategoriesResult |
GetCostCategoriesResult.withReturnSize(Integer returnSize)
The number of objects that are returned.
|
GetCostCategoriesResult |
GetCostCategoriesResult.withTotalSize(Integer totalSize)
The total number of objects.
|
Copyright © 2023. All rights reserved.