Uses of Class
software.amazon.awssdk.services.greengrass.model.LoggerType
-
Packages that use LoggerType Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of LoggerType in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return LoggerType Modifier and Type Method Description static LoggerTypeLoggerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LoggerTypeLogger. type()The type of log output which will be used.static LoggerTypeLoggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static LoggerType[]LoggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type LoggerType Modifier and Type Method Description static Set<LoggerType>LoggerType. knownValues()Methods in software.amazon.awssdk.services.greengrass.model with parameters of type LoggerType Modifier and Type Method Description Logger.BuilderLogger.Builder. type(LoggerType type)The type of log output which will be used.
-