Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler)
Updates the code for the specified Lambda function.
|
Future<UpdateFunctionCodeResult> |
AbstractAWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest request,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler) |
Future<UpdateFunctionCodeResult> |
AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest request,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateFunctionCodeRequest |
UpdateFunctionCodeRequest.clone() |
UpdateFunctionCodeRequest |
UpdateFunctionCodeRequest.withFunctionName(String functionName)
The existing Lambda function name whose code you want to replace.
|
UpdateFunctionCodeRequest |
UpdateFunctionCodeRequest.withPublish(Boolean publish)
This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as
an atomic operation.
|
UpdateFunctionCodeRequest |
UpdateFunctionCodeRequest.withS3Bucket(String s3Bucket)
Amazon S3 bucket name where the .zip file containing your deployment package is stored.
|
UpdateFunctionCodeRequest |
UpdateFunctionCodeRequest.withS3Key(String s3Key)
The Amazon S3 object (the deployment package) key name you want to upload.
|
UpdateFunctionCodeRequest |
UpdateFunctionCodeRequest.withS3ObjectVersion(String s3ObjectVersion)
The Amazon S3 object (the deployment package) version you want to upload.
|
UpdateFunctionCodeRequest |
UpdateFunctionCodeRequest.withZipFile(ByteBuffer zipFile)
The contents of your zip file containing your deployment package.
|
Copyright © 2016. All rights reserved.