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 |
---|---|
GetCostForecastResult |
AWSCostExplorerClient.getCostForecast(GetCostForecastRequest request)
Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period
that you select, based on your past costs.
|
GetCostForecastResult |
AbstractAWSCostExplorer.getCostForecast(GetCostForecastRequest request) |
GetCostForecastResult |
AWSCostExplorer.getCostForecast(GetCostForecastRequest getCostForecastRequest)
Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period
that you select, based on your past costs.
|
Modifier and Type | Method and Description |
---|---|
Future<GetCostForecastResult> |
AWSCostExplorerAsyncClient.getCostForecastAsync(GetCostForecastRequest request) |
Future<GetCostForecastResult> |
AbstractAWSCostExplorerAsync.getCostForecastAsync(GetCostForecastRequest request) |
Future<GetCostForecastResult> |
AWSCostExplorerAsync.getCostForecastAsync(GetCostForecastRequest getCostForecastRequest)
Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period
that you select, based on your past costs.
|
Future<GetCostForecastResult> |
AWSCostExplorerAsyncClient.getCostForecastAsync(GetCostForecastRequest request,
AsyncHandler<GetCostForecastRequest,GetCostForecastResult> asyncHandler) |
Future<GetCostForecastResult> |
AbstractAWSCostExplorerAsync.getCostForecastAsync(GetCostForecastRequest request,
AsyncHandler<GetCostForecastRequest,GetCostForecastResult> asyncHandler) |
Future<GetCostForecastResult> |
AWSCostExplorerAsync.getCostForecastAsync(GetCostForecastRequest getCostForecastRequest,
AsyncHandler<GetCostForecastRequest,GetCostForecastResult> asyncHandler)
Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period
that you select, based on your past costs.
|
Modifier and Type | Method and Description |
---|---|
Future<GetCostForecastResult> |
AWSCostExplorerAsyncClient.getCostForecastAsync(GetCostForecastRequest request,
AsyncHandler<GetCostForecastRequest,GetCostForecastResult> asyncHandler) |
Future<GetCostForecastResult> |
AbstractAWSCostExplorerAsync.getCostForecastAsync(GetCostForecastRequest request,
AsyncHandler<GetCostForecastRequest,GetCostForecastResult> asyncHandler) |
Future<GetCostForecastResult> |
AWSCostExplorerAsync.getCostForecastAsync(GetCostForecastRequest getCostForecastRequest,
AsyncHandler<GetCostForecastRequest,GetCostForecastResult> asyncHandler)
Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period
that you select, based on your past costs.
|
Modifier and Type | Method and Description |
---|---|
GetCostForecastResult |
GetCostForecastResult.clone() |
GetCostForecastResult |
GetCostForecastResult.withForecastResultsByTime(Collection<ForecastResult> forecastResultsByTime)
The forecasts for your query, in order.
|
GetCostForecastResult |
GetCostForecastResult.withForecastResultsByTime(ForecastResult... forecastResultsByTime)
The forecasts for your query, in order.
|
GetCostForecastResult |
GetCostForecastResult.withTotal(MetricValue total)
How much you are forecasted to spend over the forecast period, in
USD . |
Copyright © 2023. All rights reserved.