Uses of Class
software.amazon.awssdk.services.costexplorer.model.CreateAnomalySubscriptionResponse
-
Packages that use CreateAnomalySubscriptionResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of CreateAnomalySubscriptionResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return CreateAnomalySubscriptionResponse Modifier and Type Method Description default CreateAnomalySubscriptionResponseCostExplorerClient. createAnomalySubscription(Consumer<CreateAnomalySubscriptionRequest.Builder> createAnomalySubscriptionRequest)Adds an alert subscription to a cost anomaly detection monitor.default CreateAnomalySubscriptionResponseCostExplorerClient. createAnomalySubscription(CreateAnomalySubscriptionRequest createAnomalySubscriptionRequest)Adds an alert subscription to a cost anomaly detection monitor.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type CreateAnomalySubscriptionResponse Modifier and Type Method 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.
-