Uses of Enum
com.amazonaws.services.lambda.model.LogType
Packages that use LogType
-
Uses of LogType in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return LogTypeModifier and TypeMethodDescriptionstatic LogType
Use this in place of valueOf.static LogType
Returns 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 com.amazonaws.services.lambda.model with parameters of type LogTypeModifier and TypeMethodDescriptionvoid
InvokeRequest.setLogType
(LogType logType) You can set this optional parameter toTail
in the request only if you specify theInvocationType
parameter with valueRequestResponse
.InvokeRequest.withLogType
(LogType logType) You can set this optional parameter toTail
in the request only if you specify theInvocationType
parameter with valueRequestResponse
.