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 VpcConfigCreateFunctionRequest. vpcConfig()For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC.VpcConfigUpdateFunctionConfigurationRequest. 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.BuilderCreateFunctionRequest.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.BuilderUpdateFunctionConfigurationRequest.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.
-