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 LogTypelogType()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 LogTypeLogType. fromValue(String value)Use this in place of valueOf.static LogTypeLogType. 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 voidInvokeRequest. setLogType(LogType logType)You can set this optional parameter toTailin the request only if you specify theInvocationTypeparameter with valueRequestResponse.InvokeRequestInvokeRequest. withLogType(LogType logType)You can set this optional parameter toTailin the request only if you specify theInvocationTypeparameter with valueRequestResponse.
-