Uses of Interface
software.amazon.awssdk.services.quicksight.model.ThresholdAlertsConfigurations.Builder
-
Packages that use ThresholdAlertsConfigurations.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ThresholdAlertsConfigurations.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ThresholdAlertsConfigurations.Builder Modifier and Type Method Description static ThresholdAlertsConfigurations.BuilderThresholdAlertsConfigurations. builder()ThresholdAlertsConfigurations.BuilderThresholdAlertsConfigurations.Builder. enabled(Boolean enabled)The threshold alerts configuration for an embedded QuickSight dashboard.ThresholdAlertsConfigurations.BuilderThresholdAlertsConfigurations. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ThresholdAlertsConfigurations.Builder Modifier and Type Method Description static Class<? extends ThresholdAlertsConfigurations.Builder>ThresholdAlertsConfigurations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ThresholdAlertsConfigurations.Builder Modifier and Type Method Description default RegisteredUserConsoleFeatureConfigurations.BuilderRegisteredUserConsoleFeatureConfigurations.Builder. thresholdAlerts(Consumer<ThresholdAlertsConfigurations.Builder> thresholdAlerts)The threshold alerts configuration for an embedded QuickSight dashboard.default RegisteredUserDashboardFeatureConfigurations.BuilderRegisteredUserDashboardFeatureConfigurations.Builder. thresholdAlerts(Consumer<ThresholdAlertsConfigurations.Builder> thresholdAlerts)The threshold alerts configuration for an QuickSight embedded dashboard.
-