| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApplicationLogLevel | ApplicationLogLevel. fromValue(String value)Use this in place of valueOf. | 
| static ApplicationLogLevel | ApplicationLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ApplicationLogLevel[] | ApplicationLogLevel. 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. withApplicationLogLevel(ApplicationLogLevel applicationLogLevel)
 Set this property to filter the application logs for your function that Lambda sends to CloudWatch. | 
Copyright © 2024. All rights reserved.