Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.LogLevel
-
Packages that use LogLevel Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of LogLevel in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return LogLevel Modifier and Type Method Description static LogLevelLogLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogLevelInfluxDBv2Parameters. logLevel()Log output level.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.timestreaminfluxdb.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.timestreaminfluxdb.model with parameters of type LogLevel Modifier and Type Method Description InfluxDBv2Parameters.BuilderInfluxDBv2Parameters.Builder. logLevel(LogLevel logLevel)Log output level.
-