Uses of Class
com.amazonaws.services.lambda.model.UpdateFunctionCodeRequest
Packages that use UpdateFunctionCodeRequest
-
Uses of UpdateFunctionCodeRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type UpdateFunctionCodeRequestModifier and TypeMethodDescriptionAbstractAWSLambda.updateFunctionCode(UpdateFunctionCodeRequest request) AWSLambda.updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest) Updates the code for the specified Lambda function.AWSLambdaClient.updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest) Updates the code for the specified Lambda function.AbstractAWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest request) AbstractAWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest request, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest) Updates the code for the specified Lambda function.AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) Updates the code for the specified Lambda function.AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest request) AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest request, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type UpdateFunctionCodeRequestModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest request, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) AWSLambdaAsync.updateFunctionCodeAsync(UpdateFunctionCodeRequest updateFunctionCodeRequest, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) Updates the code for the specified Lambda function.AWSLambdaAsyncClient.updateFunctionCodeAsync(UpdateFunctionCodeRequest request, AsyncHandler<UpdateFunctionCodeRequest, UpdateFunctionCodeResult> asyncHandler) -
Uses of UpdateFunctionCodeRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return UpdateFunctionCodeRequestModifier and TypeMethodDescriptionUpdateFunctionCodeRequest.clone()UpdateFunctionCodeRequest.withFunctionName(String functionName) The existing Lambda function name whose code you want to replace.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.withS3Bucket(String s3Bucket) Amazon S3 bucket name where the .zip file containing your deployment package is stored.The Amazon S3 object (the deployment package) key name you want to upload.UpdateFunctionCodeRequest.withS3ObjectVersion(String s3ObjectVersion) The Amazon S3 object (the deployment package) version you want to upload.UpdateFunctionCodeRequest.withZipFile(ByteBuffer zipFile) Based64-encoded .zip file containing your packaged source code.