| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| FunctionCode | FunctionCode. clone() | 
| FunctionCode | CreateFunctionRequest. getCode()
 The code for the function. | 
| FunctionCode | FunctionCode. withImageUri(String imageUri)
 URI of a container image in the
 Amazon ECR registry. | 
| FunctionCode | FunctionCode. withS3Bucket(String s3Bucket)
 An Amazon S3 bucket in the same Amazon Web Services Region as your function. | 
| FunctionCode | FunctionCode. withS3Key(String s3Key)
 The Amazon S3 key of the deployment package. | 
| FunctionCode | FunctionCode. withS3ObjectVersion(String s3ObjectVersion)
 For versioned objects, the version of the deployment package object to use. | 
| FunctionCode | FunctionCode. withZipFile(ByteBuffer zipFile)
 The base64-encoded contents of the deployment package. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CreateFunctionRequest. setCode(FunctionCode code)
 The code for the function. | 
| CreateFunctionRequest | CreateFunctionRequest. withCode(FunctionCode code)
 The code for the function. | 
Copyright © 2022. All rights reserved.