Uses of Class
software.amazon.awssdk.services.quicksight.model.ThresholdAlertsConfigurations
-
Packages that use ThresholdAlertsConfigurations Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ThresholdAlertsConfigurations in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ThresholdAlertsConfigurations Modifier and Type Method Description ThresholdAlertsConfigurationsRegisteredUserConsoleFeatureConfigurations. thresholdAlerts()The threshold alerts configuration for an embedded QuickSight dashboard.ThresholdAlertsConfigurationsRegisteredUserDashboardFeatureConfigurations. thresholdAlerts()The threshold alerts configuration for an QuickSight embedded dashboard.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ThresholdAlertsConfigurations Modifier and Type Method Description RegisteredUserConsoleFeatureConfigurations.BuilderRegisteredUserConsoleFeatureConfigurations.Builder. thresholdAlerts(ThresholdAlertsConfigurations thresholdAlerts)The threshold alerts configuration for an embedded QuickSight dashboard.RegisteredUserDashboardFeatureConfigurations.BuilderRegisteredUserDashboardFeatureConfigurations.Builder. thresholdAlerts(ThresholdAlertsConfigurations thresholdAlerts)The threshold alerts configuration for an QuickSight embedded dashboard.
-