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 VpcConfigVpcConfig. clone()VpcConfigCreateFunctionRequest. getVpcConfig()If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.VpcConfigUpdateFunctionConfigurationRequest. getVpcConfig()VpcConfigVpcConfig. withSecurityGroupIds(String... securityGroupIds)A list of one or more security groups IDs in your VPC.VpcConfigVpcConfig. withSecurityGroupIds(Collection<String> securityGroupIds)A list of one or more security groups IDs in your VPC.VpcConfigVpcConfig. withSubnetIds(String... subnetIds)A list of one or more subnet IDs in your VPC.VpcConfigVpcConfig. 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 voidCreateFunctionRequest. 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.voidUpdateFunctionConfigurationRequest. setVpcConfig(VpcConfig vpcConfig)CreateFunctionRequestCreateFunctionRequest. 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.UpdateFunctionConfigurationRequestUpdateFunctionConfigurationRequest. withVpcConfig(VpcConfig vpcConfig)
-