| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
CreateFunctionRequest.vpcConfig()
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
VpcConfig |
UpdateFunctionConfigurationRequest.vpcConfig()
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.vpcConfig(VpcConfig vpcConfig)
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and
subnets in the VPC.
|
UpdateFunctionConfigurationRequest.Builder |
UpdateFunctionConfigurationRequest.Builder.vpcConfig(VpcConfig vpcConfig)
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and
subnets in the VPC.
|
Copyright © 2022. All rights reserved.