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