Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda
|
Modifier and Type | Method and Description |
---|---|
InvokeResult |
AWSLambda.invoke(InvokeRequest invokeRequest)
Invokes a Lambda function.
|
InvokeResult |
AWSLambdaClient.invoke(InvokeRequest invokeRequest)
Invokes a Lambda function.
|
Modifier and Type | Method and Description |
---|---|
InvokeResult |
InvokeResult.withExecutedVersion(String executedVersion)
The version of the function that executed.
|
InvokeResult |
InvokeResult.withFunctionError(String functionError)
If present, indicates that an error occurred during function execution.
|
InvokeResult |
InvokeResult.withLogResult(String logResult)
The last 4 KB of the execution log, which is base64 encoded.
|
InvokeResult |
InvokeResult.withPayload(ByteBuffer payload)
The response from the function, or an error object.
|
InvokeResult |
InvokeResult.withStatusCode(Integer statusCode)
The HTTP status code is in the 200 range for a successful request.
|
Copyright © 2020. All rights reserved.