Uses of Class
software.amazon.awssdk.services.lambda.model.VpcConfig
-
Packages that use VpcConfig Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of VpcConfig in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return VpcConfig Modifier and Type Method 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.Methods in software.amazon.awssdk.services.lambda.model with parameters of type VpcConfig Modifier and Type Method 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.
-