Uses of Class
com.amazonaws.services.iot.model.LogLevel
-
Packages that use LogLevel Package Description com.amazonaws.services.iot.model -
-
Uses of LogLevel in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return LogLevel Modifier and Type Method Description static LogLevel
LogLevel. fromValue(String value)
Use this in place of valueOf.static LogLevel
LogLevel. valueOf(String name)
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 LogLevel Modifier and Type Method Description void
GetLoggingOptionsResult. setLogLevel(LogLevel logLevel)
The logging level.void
LoggingOptionsPayload. setLogLevel(LogLevel logLevel)
The logging level.GetLoggingOptionsResult
GetLoggingOptionsResult. withLogLevel(LogLevel logLevel)
The logging level.LoggingOptionsPayload
LoggingOptionsPayload. withLogLevel(LogLevel logLevel)
The logging level.
-