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