| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Logger |
Logger.clone() |
Logger |
Logger.withComponent(LoggerComponent component)
The component that will be subject to logs
|
Logger |
Logger.withComponent(String component)
The component that will be subject to logs
|
Logger |
Logger.withId(String id)
Element Id for this entry in the list.
|
Logger |
Logger.withLevel(LoggerLevel level)
The level of the logs
|
Logger |
Logger.withLevel(String level)
The level of the logs
|
Logger |
Logger.withSpace(Integer space)
Amount of hardware space, in KB, to use if file system is used for logging purposes.
|
Logger |
Logger.withType(LoggerType type)
The type which will be use for log output
|
Logger |
Logger.withType(String type)
The type which will be use for log output
|
| Modifier and Type | Method and Description |
|---|---|
List<Logger> |
CreateLoggerDefinitionVersionRequest.getLoggers()
List of loggers.
|
List<Logger> |
LoggerDefinitionVersion.getLoggers()
List of loggers.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLoggerDefinitionVersionRequest |
CreateLoggerDefinitionVersionRequest.withLoggers(Logger... loggers)
List of loggers.
|
LoggerDefinitionVersion |
LoggerDefinitionVersion.withLoggers(Logger... loggers)
List of loggers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateLoggerDefinitionVersionRequest.setLoggers(Collection<Logger> loggers)
List of loggers.
|
void |
LoggerDefinitionVersion.setLoggers(Collection<Logger> loggers)
List of loggers.
|
CreateLoggerDefinitionVersionRequest |
CreateLoggerDefinitionVersionRequest.withLoggers(Collection<Logger> loggers)
List of loggers.
|
LoggerDefinitionVersion |
LoggerDefinitionVersion.withLoggers(Collection<Logger> loggers)
List of loggers.
|
Copyright © 2017. All rights reserved.