Uses of Class
com.amazonaws.services.lambda.model.FunctionCode
Packages that use FunctionCode
-
Uses of FunctionCode in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return FunctionCodeModifier and TypeMethodDescriptionFunctionCode.clone()
CreateFunctionRequest.getCode()
The code for the Lambda function.FunctionCode.withS3Bucket
(String s3Bucket) Amazon S3 bucket name where the .zip file containing your deployment package is stored.The Amazon S3 object (the deployment package) key name you want to upload.FunctionCode.withS3ObjectVersion
(String s3ObjectVersion) The Amazon S3 object (the deployment package) version you want to upload.FunctionCode.withZipFile
(ByteBuffer zipFile) A zip file containing your deployment package.Methods in com.amazonaws.services.lambda.model with parameters of type FunctionCodeModifier and TypeMethodDescriptionvoid
CreateFunctionRequest.setCode
(FunctionCode code) The code for the Lambda function.CreateFunctionRequest.withCode
(FunctionCode code) The code for the Lambda function.