Uses of Class
com.amazonaws.services.lambda.model.VpcConfig
Packages that use VpcConfig
-
Uses of VpcConfig in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return VpcConfigModifier and TypeMethodDescriptionVpcConfig.clone()
CreateFunctionRequest.getVpcConfig()
If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.UpdateFunctionConfigurationRequest.getVpcConfig()
VpcConfig.withSecurityGroupIds
(String... securityGroupIds) A list of one or more security groups IDs in your VPC.VpcConfig.withSecurityGroupIds
(Collection<String> securityGroupIds) A list of one or more security groups IDs in your VPC.VpcConfig.withSubnetIds
(String... subnetIds) A list of one or more subnet IDs in your VPC.VpcConfig.withSubnetIds
(Collection<String> subnetIds) A list of one or more subnet IDs in your VPC.Methods in com.amazonaws.services.lambda.model with parameters of type VpcConfigModifier and TypeMethodDescriptionvoid
CreateFunctionRequest.setVpcConfig
(VpcConfig vpcConfig) If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.void
UpdateFunctionConfigurationRequest.setVpcConfig
(VpcConfig vpcConfig) CreateFunctionRequest.withVpcConfig
(VpcConfig vpcConfig) If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.UpdateFunctionConfigurationRequest.withVpcConfig
(VpcConfig vpcConfig)