Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetAnomalyMonitorsResponse
-
Packages that use GetAnomalyMonitorsResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetAnomalyMonitorsResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetAnomalyMonitorsResponse Modifier and Type Method Description default GetAnomalyMonitorsResponseCostExplorerClient. getAnomalyMonitors(Consumer<GetAnomalyMonitorsRequest.Builder> getAnomalyMonitorsRequest)Retrieves the cost anomaly monitor definitions for your account.default GetAnomalyMonitorsResponseCostExplorerClient. getAnomalyMonitors(GetAnomalyMonitorsRequest getAnomalyMonitorsRequest)Retrieves the cost anomaly monitor definitions for your account.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetAnomalyMonitorsResponse Modifier and Type Method Description default CompletableFuture<GetAnomalyMonitorsResponse>CostExplorerAsyncClient. getAnomalyMonitors(Consumer<GetAnomalyMonitorsRequest.Builder> getAnomalyMonitorsRequest)Retrieves the cost anomaly monitor definitions for your account.default CompletableFuture<GetAnomalyMonitorsResponse>CostExplorerAsyncClient. getAnomalyMonitors(GetAnomalyMonitorsRequest getAnomalyMonitorsRequest)Retrieves the cost anomaly monitor definitions for your account.
-