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