| 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 | 
|---|---|
CreateFunctionResult | 
AWSLambdaClient.createFunction(CreateFunctionRequest createFunctionRequest)
 Creates a new Lambda function. 
 | 
CreateFunctionResult | 
AWSLambda.createFunction(CreateFunctionRequest createFunctionRequest)
 Creates a new Lambda function. 
 | 
Future<CreateFunctionResult> | 
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest createFunctionRequest)
 Creates a new Lambda function. 
 | 
Future<CreateFunctionResult> | 
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest)
 Creates a new Lambda function. 
 | 
Future<CreateFunctionResult> | 
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
 Creates a new Lambda function. 
 | 
Future<CreateFunctionResult> | 
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
 Creates a new Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateFunctionResult> | 
AWSLambdaAsyncClient.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
 Creates a new Lambda function. 
 | 
Future<CreateFunctionResult> | 
AWSLambdaAsync.createFunctionAsync(CreateFunctionRequest createFunctionRequest,
                   AsyncHandler<CreateFunctionRequest,CreateFunctionResult> asyncHandler)
 Creates a new Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateFunctionRequest | 
CreateFunctionRequest.clone()  | 
CreateFunctionRequest | 
CreateFunctionRequest.withCode(FunctionCode code)
The code for the Lambda function. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withDescription(String description)
A short, user-defined function description. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withFunctionName(String functionName)
The name you want to assign to the function you are uploading. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withHandler(String handler)
The function within your code that Lambda calls to begin execution. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withMemorySize(Integer memorySize)
The amount of memory, in MB, your Lambda function is given. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withRole(String role)
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
 when it executes your function to access any other Amazon Web Services
 (AWS) resources. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withRuntime(Runtime runtime)
The runtime environment for the Lambda function you are uploading. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withRuntime(String runtime)
The runtime environment for the Lambda function you are uploading. 
 | 
CreateFunctionRequest | 
CreateFunctionRequest.withTimeout(Integer timeout)
The function execution time at which Lambda should terminate the
 function. 
 | 
Copyright © 2015. All rights reserved.