Uses of Class
com.amazonaws.services.lambda.model.LogType
-
Packages that use LogType Package Description com.amazonaws.services.lambda.invoke A higher-level wrapper for AWS Lambda's Invoke operation.com.amazonaws.services.lambda.model -
-
Uses of LogType in com.amazonaws.services.lambda.invoke
Methods in com.amazonaws.services.lambda.invoke that return LogType Modifier and Type Method Description LogType
logType()
The type of log to request from the service. -
Uses of LogType in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return LogType Modifier and Type Method Description static LogType
LogType. fromValue(String value)
Use this in place of valueOf.static LogType
LogType. valueOf(String name)
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 LogType Modifier and Type Method Description void
InvokeRequest. setLogType(LogType logType)
You can set this optional parameter toTail
in the request only if you specify theInvocationType
parameter with valueRequestResponse
.InvokeRequest
InvokeRequest. withLogType(LogType logType)
You can set this optional parameter toTail
in the request only if you specify theInvocationType
parameter with valueRequestResponse
.
-