| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
 Classes modeling the various types represented by AWSLambda. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FunctionCodeLocation | 
FunctionCodeLocation.clone()  | 
FunctionCodeLocation | 
GetFunctionResult.getCode()
The object for the Lambda function location. 
 | 
FunctionCodeLocation | 
FunctionCodeLocation.withLocation(String location)
The presigned URL you can use to download the function's .zip file
 that you previously uploaded. 
 | 
FunctionCodeLocation | 
FunctionCodeLocation.withRepositoryType(String repositoryType)
The repository from which you can download the function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetFunctionResult.setCode(FunctionCodeLocation code)
The object for the Lambda function location. 
 | 
GetFunctionResult | 
GetFunctionResult.withCode(FunctionCodeLocation code)
The object for the Lambda function location. 
 | 
Copyright © 2015. All rights reserved.