Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Field and Description |
---|---|
private FunctionCode |
CreateFunctionRequest.code
The code for the Lambda function.
|
Modifier and Type | Method and Description |
---|---|
FunctionCode |
FunctionCode.clone() |
FunctionCode |
CreateFunctionRequest.getCode()
The code for the Lambda function.
|
FunctionCode |
FunctionCode.withS3Bucket(java.lang.String s3Bucket)
Amazon S3 bucket name where the .zip file containing your deployment
package is stored.
|
FunctionCode |
FunctionCode.withS3Key(java.lang.String s3Key)
The Amazon S3 object (the deployment package) key name you want to
upload.
|
FunctionCode |
FunctionCode.withS3ObjectVersion(java.lang.String s3ObjectVersion)
The Amazon S3 object (the deployment package) version you want to upload.
|
FunctionCode |
FunctionCode.withZipFile(java.nio.ByteBuffer zipFile)
A 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.
|
Modifier and Type | Method and Description |
---|---|
FunctionCode |
FunctionCodeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionCodeJsonMarshaller.marshall(FunctionCode functionCode,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|