| 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 |
|---|---|
Future<GetCostCategoriesResult> |
AWSCostExplorerAsyncClient.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> |
AbstractAWSCostExplorerAsync.getCostCategoriesAsync(GetCostCategoriesRequest request,
AsyncHandler<GetCostCategoriesRequest,GetCostCategoriesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCostCategoriesRequest |
GetCostCategoriesRequest.clone() |
GetCostCategoriesRequest |
GetCostCategoriesRequest.withCostCategoryName(String costCategoryName) |
GetCostCategoriesRequest |
GetCostCategoriesRequest.withFilter(Expression filter) |
GetCostCategoriesRequest |
GetCostCategoriesRequest.withMaxResults(Integer maxResults)
This field is only used when the
SortBy value is provided in the request. |
GetCostCategoriesRequest |
GetCostCategoriesRequest.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.
|
GetCostCategoriesRequest |
GetCostCategoriesRequest.withSearchString(String searchString)
The value that you want to search the filter values for.
|
GetCostCategoriesRequest |
GetCostCategoriesRequest.withSortBy(Collection<SortDefinition> sortBy)
The value that you sort the data by.
|
GetCostCategoriesRequest |
GetCostCategoriesRequest.withSortBy(SortDefinition... sortBy)
The value that you sort the data by.
|
GetCostCategoriesRequest |
GetCostCategoriesRequest.withTimePeriod(DateInterval timePeriod) |
Copyright © 2024. All rights reserved.