| Package | Description | 
|---|---|
| software.amazon.awssdk.services.lambda |  | 
| Modifier and Type | Method and Description | 
|---|---|
| default UpdateFunctionCodeResponse | LambdaClient. updateFunctionCode(Consumer<UpdateFunctionCodeRequest.Builder> updateFunctionCodeRequest)
 Updates a Lambda function's code. | 
| default UpdateFunctionCodeResponse | LambdaClient. updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest)
 Updates a Lambda function's code. | 
| Modifier and Type | Method and Description | 
|---|---|
| default CompletableFuture<UpdateFunctionCodeResponse> | LambdaAsyncClient. updateFunctionCode(Consumer<UpdateFunctionCodeRequest.Builder> updateFunctionCodeRequest)
 Updates a Lambda function's code. | 
| default CompletableFuture<UpdateFunctionCodeResponse> | LambdaAsyncClient. updateFunctionCode(UpdateFunctionCodeRequest updateFunctionCodeRequest)
 Updates a Lambda function's code. | 
Copyright © 2023. All rights reserved.