| 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 |
|---|---|
GetAnomaliesResult |
AbstractAWSCostExplorer.getAnomalies(GetAnomaliesRequest request) |
GetAnomaliesResult |
AWSCostExplorer.getAnomalies(GetAnomaliesRequest getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
GetAnomaliesResult |
AWSCostExplorerClient.getAnomalies(GetAnomaliesRequest request)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
Future<GetAnomaliesResult> |
AbstractAWSCostExplorerAsync.getAnomaliesAsync(GetAnomaliesRequest request) |
Future<GetAnomaliesResult> |
AWSCostExplorerAsync.getAnomaliesAsync(GetAnomaliesRequest getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
Future<GetAnomaliesResult> |
AWSCostExplorerAsyncClient.getAnomaliesAsync(GetAnomaliesRequest request) |
Future<GetAnomaliesResult> |
AbstractAWSCostExplorerAsync.getAnomaliesAsync(GetAnomaliesRequest request,
AsyncHandler<GetAnomaliesRequest,GetAnomaliesResult> asyncHandler) |
Future<GetAnomaliesResult> |
AWSCostExplorerAsync.getAnomaliesAsync(GetAnomaliesRequest getAnomaliesRequest,
AsyncHandler<GetAnomaliesRequest,GetAnomaliesResult> asyncHandler)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
Future<GetAnomaliesResult> |
AWSCostExplorerAsyncClient.getAnomaliesAsync(GetAnomaliesRequest request,
AsyncHandler<GetAnomaliesRequest,GetAnomaliesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAnomaliesResult> |
AbstractAWSCostExplorerAsync.getAnomaliesAsync(GetAnomaliesRequest request,
AsyncHandler<GetAnomaliesRequest,GetAnomaliesResult> asyncHandler) |
Future<GetAnomaliesResult> |
AWSCostExplorerAsync.getAnomaliesAsync(GetAnomaliesRequest getAnomaliesRequest,
AsyncHandler<GetAnomaliesRequest,GetAnomaliesResult> asyncHandler)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
Future<GetAnomaliesResult> |
AWSCostExplorerAsyncClient.getAnomaliesAsync(GetAnomaliesRequest request,
AsyncHandler<GetAnomaliesRequest,GetAnomaliesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAnomaliesRequest |
GetAnomaliesRequest.clone() |
GetAnomaliesRequest |
GetAnomaliesRequest.withDateInterval(AnomalyDateInterval dateInterval)
Assigns the start and end dates for retrieving cost anomalies.
|
GetAnomaliesRequest |
GetAnomaliesRequest.withFeedback(AnomalyFeedbackType feedback)
Filters anomaly results by the feedback field on the anomaly object.
|
GetAnomaliesRequest |
GetAnomaliesRequest.withFeedback(String feedback)
Filters anomaly results by the feedback field on the anomaly object.
|
GetAnomaliesRequest |
GetAnomaliesRequest.withMaxResults(Integer maxResults)
The number of entries a paginated response contains.
|
GetAnomaliesRequest |
GetAnomaliesRequest.withMonitorArn(String monitorArn)
Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).
|
GetAnomaliesRequest |
GetAnomaliesRequest.withNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
GetAnomaliesRequest |
GetAnomaliesRequest.withTotalImpact(TotalImpactFilter totalImpact)
Filters anomaly results by the total impact field on the anomaly object.
|
Copyright © 2022. All rights reserved.