Uses of Enum
com.amazonaws.services.iot.model.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return LogLevelModifier and TypeMethodDescriptionstatic LogLevel
Use this in place of valueOf.static LogLevel
Returns 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 TypeMethodDescriptionvoid
GetLoggingOptionsResult.setLogLevel
(LogLevel logLevel) The logging level.void
LoggingOptionsPayload.setLogLevel
(LogLevel logLevel) The logging level.GetLoggingOptionsResult.withLogLevel
(LogLevel logLevel) The logging level.LoggingOptionsPayload.withLogLevel
(LogLevel logLevel) The logging level.