| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
The Cost Explorer API enables you to programmatically query your cost and usage data.
|
| Modifier and Type | Method and Description |
|---|---|
default GetAnomaliesResponse |
CostExplorerClient.getAnomalies(Consumer<GetAnomaliesRequest.Builder> getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account, during the time period 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 specified by the
DateInterval object. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAnomaliesResponse> |
CostExplorerAsyncClient.getAnomalies(Consumer<GetAnomaliesRequest.Builder> getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account, during the time period specified by the
DateInterval object. |
default CompletableFuture<GetAnomaliesResponse> |
CostExplorerAsyncClient.getAnomalies(GetAnomaliesRequest getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account, during the time period specified by the
DateInterval object. |
Copyright © 2021. All rights reserved.