| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLoggingOptionsResult.setLogLevel(LogLevel logLevel)
The logging level.
|
void |
LoggingOptionsPayload.setLogLevel(LogLevel logLevel)
The log level.
|
GetV2LoggingOptionsResult |
GetV2LoggingOptionsResult.withDefaultLogLevel(LogLevel defaultLogLevel)
The default log level.
|
SetV2LoggingOptionsRequest |
SetV2LoggingOptionsRequest.withDefaultLogLevel(LogLevel defaultLogLevel)
The default logging level.
|
EnableIoTLoggingParams |
EnableIoTLoggingParams.withLogLevel(LogLevel logLevel)
Specifies the types of information to be logged.
|
SetV2LoggingLevelRequest |
SetV2LoggingLevelRequest.withLogLevel(LogLevel logLevel)
The log level.
|
GetLoggingOptionsResult |
GetLoggingOptionsResult.withLogLevel(LogLevel logLevel)
The logging level.
|
LoggingOptionsPayload |
LoggingOptionsPayload.withLogLevel(LogLevel logLevel)
The log level.
|
LogTargetConfiguration |
LogTargetConfiguration.withLogLevel(LogLevel logLevel)
The logging level.
|
Copyright © 2019. All rights reserved.