| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| 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()  | 
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)  | 
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)  | 
Copyright © 2016. All rights reserved.