Uses of Enum
software.amazon.awscdk.services.cloudwatch.PeriodOverride
Packages that use PeriodOverride
-
Uses of PeriodOverride in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return PeriodOverrideModifier and TypeMethodDescriptiondefault PeriodOverrideDashboardProps.getPeriodOverride()Use this field to specify the period for the graphs when the dashboard loads.final PeriodOverrideDashboardProps.Jsii$Proxy.getPeriodOverride()static PeriodOverrideReturns the enum constant of this type with the specified name.static PeriodOverride[]PeriodOverride.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.cloudwatch with parameters of type PeriodOverrideModifier and TypeMethodDescriptionDashboard.Builder.periodOverride(PeriodOverride periodOverride) Use this field to specify the period for the graphs when the dashboard loads.DashboardProps.Builder.periodOverride(PeriodOverride periodOverride) Sets the value ofDashboardProps.getPeriodOverride()