Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
InvokeResult |
AWSLambdaClient.invoke(InvokeRequest invokeRequest) |
InvokeResult |
AWSLambda.invoke(InvokeRequest invokeRequest) |
Modifier and Type | Method and Description |
---|---|
InvokeResult |
InvokeResult.withFunctionError(String functionError)
Sets the value of the FunctionError property for this object.
|
InvokeResult |
InvokeResult.withLogResult(String logResult)
Sets the value of the LogResult property for this object.
|
InvokeResult |
InvokeResult.withPayload(ByteBuffer payload)
Sets the value of the Payload property for this object.
|
InvokeResult |
InvokeResult.withStatusCode(Integer statusCode)
Sets the value of the StatusCode property for this object.
|
Copyright © 2015. All rights reserved.