Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and 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)
The contents of your zip file containing your deployment package.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFunctionRequest.setCode(FunctionCode code)
The code for the Lambda function.
|
CreateFunctionRequest |
CreateFunctionRequest.withCode(FunctionCode code)
The code for the Lambda function.
|
Copyright © 2018. All rights reserved.