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