| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
UpdateFunctionConfigurationRequest.vpcConfig()
Specify security groups and subnets in a VPC to which your Lambda function needs access.
|
VpcConfig |
CreateFunctionRequest.vpcConfig()
For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFunctionConfigurationRequest.Builder |
UpdateFunctionConfigurationRequest.Builder.vpcConfig(VpcConfig vpcConfig)
Specify security groups and subnets in a VPC to which your Lambda function needs access.
|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.vpcConfig(VpcConfig vpcConfig)
For network connectivity to AWS resources in a VPC, specify a list of security groups and subnets in the VPC.
|
Copyright © 2019. All rights reserved.