Uses of Class
software.amazon.awssdk.services.iotwireless.model.LogLevel
-
Packages that use LogLevel Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of LogLevel in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return LogLevel Modifier and Type Method Description LogLevelGetLogLevelsByResourceTypesResponse. defaultLogLevel()Returns the value of the DefaultLogLevel property for this object.LogLevelUpdateLogLevelsByResourceTypesRequest. defaultLogLevel()Returns the value of the DefaultLogLevel property for this object.static LogLevelLogLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogLevelFuotaTaskEventLogOption. logLevel()Returns the value of the LogLevel property for this object.LogLevelFuotaTaskLogOption. logLevel()Returns the value of the LogLevel property for this object.LogLevelGetResourceLogLevelResponse. logLevel()Returns the value of the LogLevel property for this object.LogLevelPutResourceLogLevelRequest. logLevel()Returns the value of the LogLevel property for this object.LogLevelTraceContent. logLevel()Returns the value of the LogLevel property for this object.LogLevelWirelessDeviceEventLogOption. logLevel()Returns the value of the LogLevel property for this object.LogLevelWirelessDeviceLogOption. logLevel()Returns the value of the LogLevel property for this object.LogLevelWirelessGatewayEventLogOption. logLevel()Returns the value of the LogLevel property for this object.LogLevelWirelessGatewayLogOption. logLevel()Returns the value of the LogLevel property for this object.static LogLevelLogLevel. 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 software.amazon.awssdk.services.iotwireless.model that return types with arguments of type LogLevel Modifier and Type Method Description static Set<LogLevel>LogLevel. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type LogLevel Modifier and Type Method Description GetLogLevelsByResourceTypesResponse.BuilderGetLogLevelsByResourceTypesResponse.Builder. defaultLogLevel(LogLevel defaultLogLevel)Sets the value of the DefaultLogLevel property for this object.UpdateLogLevelsByResourceTypesRequest.BuilderUpdateLogLevelsByResourceTypesRequest.Builder. defaultLogLevel(LogLevel defaultLogLevel)Sets the value of the DefaultLogLevel property for this object.FuotaTaskEventLogOption.BuilderFuotaTaskEventLogOption.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.FuotaTaskLogOption.BuilderFuotaTaskLogOption.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.GetResourceLogLevelResponse.BuilderGetResourceLogLevelResponse.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.PutResourceLogLevelRequest.BuilderPutResourceLogLevelRequest.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.TraceContent.BuilderTraceContent.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.WirelessDeviceEventLogOption.BuilderWirelessDeviceEventLogOption.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.WirelessDeviceLogOption.BuilderWirelessDeviceLogOption.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.WirelessGatewayEventLogOption.BuilderWirelessGatewayEventLogOption.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.WirelessGatewayLogOption.BuilderWirelessGatewayLogOption.Builder. logLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.
-