Uses of Enum
software.amazon.awssdk.services.lambda.model.LogFormat
Packages that use LogFormat
-
Uses of LogFormat in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LogFormatModifier and TypeMethodDescriptionstatic LogFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LogFormatLoggingConfig.logFormat()The format in which Lambda sends your function's application and system logs to CloudWatch.static LogFormatReturns 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 LogFormatMethods in software.amazon.awssdk.services.lambda.model with parameters of type LogFormatModifier and TypeMethodDescriptionThe format in which Lambda sends your function's application and system logs to CloudWatch.