| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer |
The Cost Explorer API enables you 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
SortBy is provided in the request. |
GetCostCategoriesRequest |
GetCostCategoriesRequest.withNextPageToken(String nextPageToken)
If the number of objects that are still available for retrieval exceeds the limit, AWS 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 by which you want to sort the data.
|
GetCostCategoriesRequest |
GetCostCategoriesRequest.withSortBy(SortDefinition... sortBy)
The value by which you want to sort the data.
|
GetCostCategoriesRequest |
GetCostCategoriesRequest.withTimePeriod(DateInterval timePeriod) |
Copyright © 2021. All rights reserved.