| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
 Classes modeling the various types represented by AWSLambda. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VpcConfigResponse | 
VpcConfigResponse.clone()  | 
VpcConfigResponse | 
CreateFunctionResult.getVpcConfig()
VPC configuration associated with your Lambda function. 
 | 
VpcConfigResponse | 
UpdateFunctionCodeResult.getVpcConfig()
VPC configuration associated with your Lambda function. 
 | 
VpcConfigResponse | 
UpdateFunctionConfigurationResult.getVpcConfig()
VPC configuration associated with your Lambda function. 
 | 
VpcConfigResponse | 
GetFunctionConfigurationResult.getVpcConfig()
VPC configuration associated with your Lambda function. 
 | 
VpcConfigResponse | 
PublishVersionResult.getVpcConfig()
VPC configuration associated with your Lambda function. 
 | 
VpcConfigResponse | 
FunctionConfiguration.getVpcConfig()
VPC configuration associated with your Lambda function. 
 | 
VpcConfigResponse | 
VpcConfigResponse.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs associated with the Lambda function. 
 | 
VpcConfigResponse | 
VpcConfigResponse.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs associated with the Lambda function. 
 | 
VpcConfigResponse | 
VpcConfigResponse.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs associated with the Lambda function. 
 | 
VpcConfigResponse | 
VpcConfigResponse.withSubnetIds(String... subnetIds)
A list of subnet IDs associated with the Lambda function. 
 | 
VpcConfigResponse | 
VpcConfigResponse.withVpcId(String vpcId)
The VPC ID associated with you Lambda function. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CreateFunctionResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
void | 
UpdateFunctionCodeResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
void | 
UpdateFunctionConfigurationResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
void | 
GetFunctionConfigurationResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
void | 
PublishVersionResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
void | 
FunctionConfiguration.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
UpdateFunctionCodeResult | 
UpdateFunctionCodeResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
PublishVersionResult | 
PublishVersionResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
FunctionConfiguration | 
FunctionConfiguration.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function. 
 | 
Copyright © 2016. All rights reserved.