Uses of Enum
software.amazon.awssdk.services.lambda.model.SystemLogLevel
Packages that use SystemLogLevel
-
Uses of SystemLogLevel in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SystemLogLevelModifier and TypeMethodDescriptionstatic SystemLogLevelUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SystemLogLevelCapacityProviderLoggingConfig.systemLogLevel()Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.final SystemLogLevelLoggingConfig.systemLogLevel()Set this property to filter the system logs for your function that Lambda sends to CloudWatch.static SystemLogLevelReturns 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 SystemLogLevelMethods in software.amazon.awssdk.services.lambda.model with parameters of type SystemLogLevelModifier and TypeMethodDescriptionCapacityProviderLoggingConfig.Builder.systemLogLevel(SystemLogLevel systemLogLevel) Set this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.LoggingConfig.Builder.systemLogLevel(SystemLogLevel systemLogLevel) Set this property to filter the system logs for your function that Lambda sends to CloudWatch.