| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | Classes modeling the various types represented by AWSLambda. | 
| Modifier and Type | Method and 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()If your Lambda function accesses resources in a VPC, you provide this
 parameter identifying the list of security group IDs and subnet IDs. | 
| VpcConfig | VpcConfig. withSecurityGroupIds(Collection<String> securityGroupIds)A list of one or more security groups IDs in your VPC. | 
| VpcConfig | VpcConfig. withSecurityGroupIds(String... securityGroupIds)A list of one or more security groups IDs in your VPC. | 
| VpcConfig | VpcConfig. withSubnetIds(Collection<String> subnetIds)A list of one or more subnet IDs in your VPC. | 
| VpcConfig | VpcConfig. withSubnetIds(String... subnetIds)A list of one or more subnet IDs in your VPC. | 
| Modifier and Type | Method and 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)If your Lambda function accesses resources in a VPC, you provide this
 parameter identifying the list of security group IDs and subnet IDs. | 
| 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)If your Lambda function accesses resources in a VPC, you provide this
 parameter identifying the list of security group IDs and subnet IDs. | 
Copyright © 2016. All rights reserved.