| 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)
 Invokes a specified Lambda function. 
 | 
InvokeResult | 
AWSLambda.invoke(InvokeRequest invokeRequest)
 Invokes a specified Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<InvokeResult> | 
AWSLambdaAsyncClient.invokeAsync(InvokeRequest invokeRequest)
 Invokes a specified Lambda function. 
 | 
Future<InvokeResult> | 
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest)
 Invokes a specified Lambda function. 
 | 
Future<InvokeResult> | 
AWSLambdaAsyncClient.invokeAsync(InvokeRequest invokeRequest,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
 Invokes a specified Lambda function. 
 | 
Future<InvokeResult> | 
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
 Invokes a specified Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<InvokeResult> | 
AWSLambdaAsyncClient.invokeAsync(InvokeRequest invokeRequest,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
 Invokes a specified Lambda function. 
 | 
Future<InvokeResult> | 
AWSLambdaAsync.invokeAsync(InvokeRequest invokeRequest,
           AsyncHandler<InvokeRequest,InvokeResult> asyncHandler)
 Invokes a specified Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InvokeResult | 
InvokeResult.clone()  | 
InvokeResult | 
InvokeResult.withFunctionError(String functionError)
Indicates whether an error occurred while executing the Lambda
 function. 
 | 
InvokeResult | 
InvokeResult.withLogResult(String logResult)
It is the base64-encoded logs for the Lambda function invocation. 
 | 
InvokeResult | 
InvokeResult.withPayload(ByteBuffer payload)
It is the JSON representation of the object returned by the Lambda
 function. 
 | 
InvokeResult | 
InvokeResult.withStatusCode(Integer statusCode)
The HTTP status code will be in the 200 range for successful request. 
 | 
Copyright © 2015. All rights reserved.