Uses of Class
com.amazonaws.services.lambda.model.FunctionCodeLocation
-
Packages that use FunctionCodeLocation Package Description com.amazonaws.services.lambda.model -
-
Uses of FunctionCodeLocation in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return FunctionCodeLocation Modifier and Type Method Description FunctionCodeLocationFunctionCodeLocation. clone()FunctionCodeLocationGetFunctionResult. getCode()FunctionCodeLocationFunctionCodeLocation. withLocation(String location)The presigned URL you can use to download the function's .zip file that you previously uploaded.FunctionCodeLocationFunctionCodeLocation. withRepositoryType(String repositoryType)The repository from which you can download the function.Methods in com.amazonaws.services.lambda.model with parameters of type FunctionCodeLocation Modifier and Type Method Description voidGetFunctionResult. setCode(FunctionCodeLocation code)GetFunctionResultGetFunctionResult. withCode(FunctionCodeLocation code)
-