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