| Package | Description |
|---|---|
| com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokeRequest.setLogType(LogType logType)
You can set this optional parameter to "Tail" in the request only if
you specify the
InvocationType parameter with value
"RequestResponse". |
InvokeRequest |
InvokeRequest.withLogType(LogType logType)
You can set this optional parameter to "Tail" in the request only if
you specify the
InvocationType parameter with value
"RequestResponse". |
Copyright © 2015. All rights reserved.