| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
GetLogLevelsByResourceTypesResponse.defaultLogLevel()
Returns the value of the DefaultLogLevel property for this object.
|
LogLevel |
UpdateLogLevelsByResourceTypesRequest.defaultLogLevel()
Returns the value of the DefaultLogLevel property for this object.
|
static LogLevel |
LogLevel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogLevel |
WirelessGatewayEventLogOption.logLevel()
Returns the value of the LogLevel property for this object.
|
LogLevel |
GetResourceLogLevelResponse.logLevel()
Returns the value of the LogLevel property for this object.
|
LogLevel |
WirelessDeviceEventLogOption.logLevel()
Returns the value of the LogLevel property for this object.
|
LogLevel |
WirelessGatewayLogOption.logLevel()
Returns the value of the LogLevel property for this object.
|
LogLevel |
TraceContent.logLevel()
Returns the value of the LogLevel property for this object.
|
LogLevel |
WirelessDeviceLogOption.logLevel()
Returns the value of the LogLevel property for this object.
|
LogLevel |
PutResourceLogLevelRequest.logLevel()
Returns the value of the LogLevel property for this object.
|
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 |
|---|---|
static Set<LogLevel> |
LogLevel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetLogLevelsByResourceTypesResponse.Builder |
GetLogLevelsByResourceTypesResponse.Builder.defaultLogLevel(LogLevel defaultLogLevel)
Sets the value of the DefaultLogLevel property for this object.
|
UpdateLogLevelsByResourceTypesRequest.Builder |
UpdateLogLevelsByResourceTypesRequest.Builder.defaultLogLevel(LogLevel defaultLogLevel)
Sets the value of the DefaultLogLevel property for this object.
|
WirelessGatewayEventLogOption.Builder |
WirelessGatewayEventLogOption.Builder.logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
GetResourceLogLevelResponse.Builder |
GetResourceLogLevelResponse.Builder.logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
WirelessDeviceEventLogOption.Builder |
WirelessDeviceEventLogOption.Builder.logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
WirelessGatewayLogOption.Builder |
WirelessGatewayLogOption.Builder.logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
TraceContent.Builder |
TraceContent.Builder.logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
WirelessDeviceLogOption.Builder |
WirelessDeviceLogOption.Builder.logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
PutResourceLogLevelRequest.Builder |
PutResourceLogLevelRequest.Builder.logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
Copyright © 2021. All rights reserved.