Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static LogFormat |
LogFormat.fromValue(String value)
Use this in place of valueOf.
|
static LogFormat |
LogFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogFormat[] |
LogFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoggingConfig |
LoggingConfig.withLogFormat(LogFormat logFormat)
The format in which Lambda sends your function's application and system logs to CloudWatch.
|
Copyright © 2025. All rights reserved.