| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAnomaliesResponse> |
CostExplorerAsyncClient.getAnomalies(GetAnomaliesRequest getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
default GetAnomaliesResponse |
CostExplorerClient.getAnomalies(GetAnomaliesRequest getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval object. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetAnomaliesRequestMarshaller.marshall(GetAnomaliesRequest getAnomaliesRequest) |
Copyright © 2022. All rights reserved.