| 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<GetCostAndUsageWithResourcesResult> |
AWSCostExplorerAsyncClient.getCostAndUsageWithResourcesAsync(GetCostAndUsageWithResourcesRequest request,
AsyncHandler<GetCostAndUsageWithResourcesRequest,GetCostAndUsageWithResourcesResult> asyncHandler) |
Future<GetCostAndUsageWithResourcesResult> |
AWSCostExplorerAsync.getCostAndUsageWithResourcesAsync(GetCostAndUsageWithResourcesRequest getCostAndUsageWithResourcesRequest,
AsyncHandler<GetCostAndUsageWithResourcesRequest,GetCostAndUsageWithResourcesResult> asyncHandler)
Retrieves cost and usage metrics with resources for your account.
|
Future<GetCostAndUsageWithResourcesResult> |
AbstractAWSCostExplorerAsync.getCostAndUsageWithResourcesAsync(GetCostAndUsageWithResourcesRequest request,
AsyncHandler<GetCostAndUsageWithResourcesRequest,GetCostAndUsageWithResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.clone() |
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withFilter(Expression filter)
Filters Amazon Web Services costs by different dimensions.
|
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withGranularity(Granularity granularity)
Sets the Amazon Web Services cost granularity to
MONTHLY, DAILY, or HOURLY
. |
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withGranularity(String granularity)
Sets the Amazon Web Services cost granularity to
MONTHLY, DAILY, or HOURLY
. |
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withGroupBy(Collection<GroupDefinition> groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withGroupBy(GroupDefinition... groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withMetrics(Collection<String> metrics)
Which metrics are returned in the query.
|
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withMetrics(String... metrics)
Which metrics are returned in the query.
|
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
GetCostAndUsageWithResourcesRequest |
GetCostAndUsageWithResourcesRequest.withTimePeriod(DateInterval timePeriod)
Sets the start and end dates for retrieving Amazon Web Services costs.
|
Copyright © 2023. All rights reserved.