Uses of Enum
com.amazonaws.services.iot.model.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in com.amazonaws.services.iot.model
Subclasses with type arguments of type LogLevel in com.amazonaws.services.iot.modelMethods in com.amazonaws.services.iot.model that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelUse this in place of valueOf.static LogLevelReturns the enum constant of this type with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.iot.model with parameters of type LogLevelModifier and TypeMethodDescriptionvoidGetLoggingOptionsResult.setLogLevel(LogLevel logLevel) The logging level.voidLoggingOptionsPayload.setLogLevel(LogLevel logLevel) The logging level.GetLoggingOptionsResult.withLogLevel(LogLevel logLevel) The logging level.LoggingOptionsPayload.withLogLevel(LogLevel logLevel) The logging level.