Uses of Class
software.amazon.awssdk.services.costexplorer.model.UpdateAnomalySubscriptionResponse
-
Packages that use UpdateAnomalySubscriptionResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of UpdateAnomalySubscriptionResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return UpdateAnomalySubscriptionResponse Modifier and Type Method Description default UpdateAnomalySubscriptionResponseCostExplorerClient. updateAnomalySubscription(Consumer<UpdateAnomalySubscriptionRequest.Builder> updateAnomalySubscriptionRequest)Updates an existing cost anomaly subscription.default UpdateAnomalySubscriptionResponseCostExplorerClient. updateAnomalySubscription(UpdateAnomalySubscriptionRequest updateAnomalySubscriptionRequest)Updates an existing cost anomaly subscription.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type UpdateAnomalySubscriptionResponse Modifier and Type Method Description default CompletableFuture<UpdateAnomalySubscriptionResponse>CostExplorerAsyncClient. updateAnomalySubscription(Consumer<UpdateAnomalySubscriptionRequest.Builder> updateAnomalySubscriptionRequest)Updates an existing cost anomaly subscription.default CompletableFuture<UpdateAnomalySubscriptionResponse>CostExplorerAsyncClient. updateAnomalySubscription(UpdateAnomalySubscriptionRequest updateAnomalySubscriptionRequest)Updates an existing cost anomaly subscription.
-