Uses of Class
com.amazonaws.services.lambda.model.FunctionCodeLocation
Packages that use FunctionCodeLocation
-
Uses of FunctionCodeLocation in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return FunctionCodeLocationModifier and TypeMethodDescriptionFunctionCodeLocation.clone()
GetFunctionResult.getCode()
FunctionCodeLocation.withLocation
(String location) The presigned URL you can use to download the function's .zip file that you previously uploaded.FunctionCodeLocation.withRepositoryType
(String repositoryType) The repository from which you can download the function.Methods in com.amazonaws.services.lambda.model with parameters of type FunctionCodeLocationModifier and TypeMethodDescriptionvoid
GetFunctionResult.setCode
(FunctionCodeLocation code) GetFunctionResult.withCode
(FunctionCodeLocation code)