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