| 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 | 
|---|---|
GetFunctionConfigurationResult | 
AWSLambdaClient.getFunctionConfiguration(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
 Returns the configuration information of the Lambda function. 
 | 
GetFunctionConfigurationResult | 
AWSLambda.getFunctionConfiguration(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
 Returns the configuration information of the Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetFunctionConfigurationResult> | 
AWSLambdaAsyncClient.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
 Returns the configuration information of the Lambda function. 
 | 
Future<GetFunctionConfigurationResult> | 
AWSLambdaAsync.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest)
 Returns the configuration information of the Lambda function. 
 | 
Future<GetFunctionConfigurationResult> | 
AWSLambdaAsyncClient.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
 Returns the configuration information of the Lambda function. 
 | 
Future<GetFunctionConfigurationResult> | 
AWSLambdaAsync.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
 Returns the configuration information of the Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetFunctionConfigurationResult> | 
AWSLambdaAsyncClient.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
 Returns the configuration information of the Lambda function. 
 | 
Future<GetFunctionConfigurationResult> | 
AWSLambdaAsync.getFunctionConfigurationAsync(GetFunctionConfigurationRequest getFunctionConfigurationRequest,
                             AsyncHandler<GetFunctionConfigurationRequest,GetFunctionConfigurationResult> asyncHandler)
 Returns the configuration information of the Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withCodeSize(Long codeSize)
The size, in bytes, of the function .zip file you uploaded. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withConfigurationId(String configurationId)
A Lambda-assigned unique identifier for the current function code and
 related configuration. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withDescription(String description)
The user-provided description. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withFunctionARN(String functionARN)
The Amazon Resource Name (ARN) assigned to the function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withFunctionName(String functionName)
The name of the function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withHandler(String handler)
The function Lambda calls to begin executing your function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withLastModified(String lastModified)
The timestamp of the last time you updated the function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withMemorySize(Integer memorySize)
The memory size, in MB, you configured for the function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withMode(Mode mode)
The type of the Lambda function you uploaded. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withMode(String mode)
The type of the Lambda function you uploaded. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.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. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withRuntime(Runtime runtime)
The runtime environment for the Lambda function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withRuntime(String runtime)
The runtime environment for the Lambda function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withTimeout(Integer timeout)
The function execution time at which Lambda should terminate the
 function. 
 | 
Copyright © 2014. All rights reserved.