| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
LoggerDefinitionVersion |
LoggerDefinitionVersion.clone() |
LoggerDefinitionVersion |
GetLoggerDefinitionVersionResult.getDefinition()
Information about the logger definition version.
|
LoggerDefinitionVersion |
CreateLoggerDefinitionRequest.getInitialVersion()
Information about the initial version of the logger definition.
|
LoggerDefinitionVersion |
LoggerDefinitionVersion.withLoggers(Collection<Logger> loggers)
A list of loggers.
|
LoggerDefinitionVersion |
LoggerDefinitionVersion.withLoggers(Logger... loggers)
A list of loggers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLoggerDefinitionVersionResult.setDefinition(LoggerDefinitionVersion definition)
Information about the logger definition version.
|
void |
CreateLoggerDefinitionRequest.setInitialVersion(LoggerDefinitionVersion initialVersion)
Information about the initial version of the logger definition.
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withDefinition(LoggerDefinitionVersion definition)
Information about the logger definition version.
|
CreateLoggerDefinitionRequest |
CreateLoggerDefinitionRequest.withInitialVersion(LoggerDefinitionVersion initialVersion)
Information about the initial version of the logger definition.
|
Copyright © 2024. All rights reserved.