| 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 |
|---|---|
GetCostAndUsageWithResourcesResult |
AbstractAWSCostExplorer.getCostAndUsageWithResources(GetCostAndUsageWithResourcesRequest request) |
GetCostAndUsageWithResourcesResult |
AWSCostExplorer.getCostAndUsageWithResources(GetCostAndUsageWithResourcesRequest getCostAndUsageWithResourcesRequest)
Retrieves cost and usage metrics with resources for your account.
|
GetCostAndUsageWithResourcesResult |
AWSCostExplorerClient.getCostAndUsageWithResources(GetCostAndUsageWithResourcesRequest request)
Retrieves cost and usage metrics with resources for your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCostAndUsageWithResourcesResult> |
AWSCostExplorerAsyncClient.getCostAndUsageWithResourcesAsync(GetCostAndUsageWithResourcesRequest request,
AsyncHandler<GetCostAndUsageWithResourcesRequest,GetCostAndUsageWithResourcesResult> asyncHandler) |
Future<GetCostAndUsageWithResourcesResult> |
AbstractAWSCostExplorerAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.clone() |
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withDimensionValueAttributes(Collection<DimensionValuesWithAttributes> dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withDimensionValueAttributes(DimensionValuesWithAttributes... dimensionValueAttributes)
The attributes that apply to a specific dimension value.
|
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withGroupDefinitions(Collection<GroupDefinition> groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withGroupDefinitions(GroupDefinition... groupDefinitions)
The groups that are specified by the
Filter or GroupBy parameters in the request. |
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withNextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withResultsByTime(Collection<ResultByTime> resultsByTime)
The time period that's covered by the results in the response.
|
GetCostAndUsageWithResourcesResult |
GetCostAndUsageWithResourcesResult.withResultsByTime(ResultByTime... resultsByTime)
The time period that's covered by the results in the response.
|
Copyright © 2023. All rights reserved.