| Package | Description | 
|---|---|
| software.amazon.awssdk.services.lambda |  | 
| Modifier and Type | Method and Description | 
|---|---|
| default CreateFunctionResponse | LambdaClient. createFunction(Consumer<CreateFunctionRequest.Builder> createFunctionRequest)
 Creates a Lambda function. | 
| default CreateFunctionResponse | LambdaClient. createFunction(CreateFunctionRequest createFunctionRequest)
 Creates a Lambda function. | 
| 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. | 
| default UpdateFunctionConfigurationResponse | LambdaClient. updateFunctionConfiguration(Consumer<UpdateFunctionConfigurationRequest.Builder> updateFunctionConfigurationRequest)
 Modify the version-specific settings of a Lambda function. | 
| default UpdateFunctionConfigurationResponse | LambdaClient. updateFunctionConfiguration(UpdateFunctionConfigurationRequest updateFunctionConfigurationRequest)
 Modify the version-specific settings of a Lambda function. | 
Copyright © 2022. All rights reserved.