Uses of Enum
software.amazon.awssdk.services.lambda.model.LogType
Packages that use LogType
-
Uses of LogType in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LogTypeModifier and TypeMethodDescriptionstatic LogTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LogTypeInvokeRequest.logType()Set toTailto include the execution log in the response.final LogTypeInvokeWithResponseStreamRequest.logType()Set toTailto include the execution log in the response.static LogTypeReturns the enum constant of this type with the specified name.static LogType[]LogType.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 LogTypeMethods in software.amazon.awssdk.services.lambda.model with parameters of type LogTypeModifier and TypeMethodDescriptionSet toTailto include the execution log in the response.Set toTailto include the execution log in the response.