| 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 |
|---|---|
GetCostAndUsageResult |
AWSCostExplorerClient.getCostAndUsage(GetCostAndUsageRequest request)
Retrieves cost and usage metrics for your account.
|
GetCostAndUsageResult |
AbstractAWSCostExplorer.getCostAndUsage(GetCostAndUsageRequest request) |
GetCostAndUsageResult |
AWSCostExplorer.getCostAndUsage(GetCostAndUsageRequest getCostAndUsageRequest)
Retrieves cost and usage metrics for your account.
|
| 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 |
|---|---|
GetCostAndUsageResult |
GetCostAndUsageResult.clone() |
GetCostAndUsageResult |
GetCostAndUsageResult.withDimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageResult |
GetCostAndUsageResult.withDimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageResult |
GetCostAndUsageResult.withGroupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageResult |
GetCostAndUsageResult.withGroupDefinitions(GroupDefinition... groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageResult |
GetCostAndUsageResult.withNextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
GetCostAndUsageResult |
GetCostAndUsageResult.withResultsByTime(Collection<ResultByTime> resultsByTime)
The time period that's covered by the results in the response.
|
GetCostAndUsageResult |
GetCostAndUsageResult.withResultsByTime(ResultByTime... resultsByTime)
The time period that's covered by the results in the response.
|
Copyright © 2023. All rights reserved.