Uses of Enum Class
software.amazon.awscdk.services.cloudwatch.VariableInputType
Packages that use VariableInputType
-
Uses of VariableInputType in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return VariableInputTypeModifier and TypeMethodDescriptionDashboardVariableOptions.getInputType()The way the variable value is selected.final VariableInputTypeDashboardVariableOptions.Jsii$Proxy.getInputType()static VariableInputTypeReturns the enum constant of this class with the specified name.static VariableInputType[]VariableInputType.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 VariableInputTypeModifier and TypeMethodDescriptionDashboardVariable.Builder.inputType(VariableInputType inputType) The way the variable value is selected.DashboardVariableOptions.Builder.inputType(VariableInputType inputType) Sets the value ofDashboardVariableOptions.getInputType()