| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAnomalySubscriptionResponse |
CostExplorerClient.createAnomalySubscription(Consumer<CreateAnomalySubscriptionRequest.Builder> createAnomalySubscriptionRequest)
Adds an alert subscription to a cost anomaly detection monitor.
|
default CreateAnomalySubscriptionResponse |
CostExplorerClient.createAnomalySubscription(CreateAnomalySubscriptionRequest createAnomalySubscriptionRequest)
Adds an alert subscription to a cost anomaly detection monitor.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateAnomalySubscriptionResponse> |
CostExplorerAsyncClient.createAnomalySubscription(Consumer<CreateAnomalySubscriptionRequest.Builder> createAnomalySubscriptionRequest)
Adds an alert subscription to a cost anomaly detection monitor.
|
default CompletableFuture<CreateAnomalySubscriptionResponse> |
CostExplorerAsyncClient.createAnomalySubscription(CreateAnomalySubscriptionRequest createAnomalySubscriptionRequest)
Adds an alert subscription to a cost anomaly detection monitor.
|
Copyright © 2023. All rights reserved.