Uses of Class
com.amazonaws.services.lambda.model.VpcConfig
-
Packages that use VpcConfig Package Description com.amazonaws.services.lambda.model -
-
Uses of VpcConfig in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return VpcConfig Modifier and Type Method Description VpcConfig
VpcConfig. clone()
VpcConfig
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.VpcConfig
UpdateFunctionConfigurationRequest. getVpcConfig()
VpcConfig
VpcConfig. withSecurityGroupIds(String... securityGroupIds)
A list of one or more security groups IDs in your VPC.VpcConfig
VpcConfig. withSecurityGroupIds(Collection<String> securityGroupIds)
A list of one or more security groups IDs in your VPC.VpcConfig
VpcConfig. withSubnetIds(String... subnetIds)
A list of one or more subnet IDs in your VPC.VpcConfig
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 VpcConfig Modifier and Type Method Description void
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
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
UpdateFunctionConfigurationRequest. withVpcConfig(VpcConfig vpcConfig)
-