Uses of Class
software.amazon.awssdk.services.lambda.model.ApplicationLogLevel
-
Packages that use ApplicationLogLevel Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ApplicationLogLevel in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ApplicationLogLevel Modifier and Type Method Description ApplicationLogLevel
LoggingConfig. applicationLogLevel()
Set this property to filter the application logs for your function that Lambda sends to CloudWatch.static ApplicationLogLevel
ApplicationLogLevel. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.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.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type ApplicationLogLevel Modifier and Type Method Description static Set<ApplicationLogLevel>
ApplicationLogLevel. knownValues()
Methods in software.amazon.awssdk.services.lambda.model with parameters of type ApplicationLogLevel Modifier and Type Method Description LoggingConfig.Builder
LoggingConfig.Builder. applicationLogLevel(ApplicationLogLevel applicationLogLevel)
Set this property to filter the application logs for your function that Lambda sends to CloudWatch.
-