Uses of Enum Class
software.amazon.awscdk.services.cloudwatch.VariableType
Packages that use VariableType
-
Uses of VariableType in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return VariableTypeModifier and TypeMethodDescriptionDashboardVariableOptions.getType()Type of the variable.final VariableTypeDashboardVariableOptions.Jsii$Proxy.getType()static VariableTypeReturns the enum constant of this class with the specified name.static VariableType[]VariableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.cloudwatch with parameters of type VariableTypeModifier and TypeMethodDescriptionDashboardVariable.Builder.type(VariableType type) Type of the variable.DashboardVariableOptions.Builder.type(VariableType type) Sets the value ofDashboardVariableOptions.getType()