Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
UpdateFunctionCodeResult |
AWSLambda.updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest)
Updates the code for the specified Lambda function.
|
UpdateFunctionCodeResult |
AWSLambdaClient.updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest)
Updates the code for the specified Lambda function.
|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest)
Updates the code for the specified Lambda function.
|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest)
Updates the code for the specified Lambda function.
|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler)
Updates the code for the specified Lambda function.
|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler)
Updates the code for the specified Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler)
Updates the code for the specified Lambda function.
|
Future<UpdateFunctionCodeResult> |
AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest,
AsyncHandler<UpdateFunctionCodeRequest,UpdateFunctionCodeResult> asyncHandler)
Updates the code for the specified Lambda function.
|
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.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)
Based64-encoded .zip file containing your packaged source code.
|
Copyright © 2015. All rights reserved.