Uses of Enum
software.amazon.awscdk.services.chatbot.LoggingLevel
Packages that use LoggingLevel
-
Uses of LoggingLevel in software.amazon.awscdk.services.chatbot
Methods in software.amazon.awscdk.services.chatbot that return LoggingLevelModifier and TypeMethodDescriptiondefault LoggingLevelSlackChannelConfigurationProps.getLoggingLevel()Specifies the logging level for this configuration.final LoggingLevelSlackChannelConfigurationProps.Jsii$Proxy.getLoggingLevel()static LoggingLevelReturns the enum constant of this type with the specified name.static LoggingLevel[]LoggingLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.chatbot with parameters of type LoggingLevelModifier and TypeMethodDescriptionSlackChannelConfiguration.Builder.loggingLevel(LoggingLevel loggingLevel) Specifies the logging level for this configuration.SlackChannelConfigurationProps.Builder.loggingLevel(LoggingLevel loggingLevel) Sets the value ofSlackChannelConfigurationProps.getLoggingLevel()