Uses of Class
software.amazon.awssdk.services.costexplorer.model.AnomalyMonitor
-
Packages that use AnomalyMonitor Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of AnomalyMonitor in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return AnomalyMonitor Modifier and Type Method Description AnomalyMonitorCreateAnomalyMonitorRequest. anomalyMonitor()The cost anomaly detection monitor object that you want to create.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type AnomalyMonitor Modifier and Type Method Description List<AnomalyMonitor>GetAnomalyMonitorsResponse. anomalyMonitors()A list of cost anomaly monitors that includes the detailed metadata for each monitor.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type AnomalyMonitor Modifier and Type Method Description CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. anomalyMonitor(AnomalyMonitor anomalyMonitor)The cost anomaly detection monitor object that you want to create.GetAnomalyMonitorsResponse.BuilderGetAnomalyMonitorsResponse.Builder. anomalyMonitors(AnomalyMonitor... anomalyMonitors)A list of cost anomaly monitors that includes the detailed metadata for each monitor.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type AnomalyMonitor Modifier and Type Method Description GetAnomalyMonitorsResponse.BuilderGetAnomalyMonitorsResponse.Builder. anomalyMonitors(Collection<AnomalyMonitor> anomalyMonitors)A list of cost anomaly monitors that includes the detailed metadata for each monitor.
-