| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| VpcConfigResponse | VpcConfigResponse. clone() | 
| VpcConfigResponse | UpdateFunctionConfigurationResult. getVpcConfig()
 The function's networking configuration. | 
| VpcConfigResponse | UpdateFunctionCodeResult. getVpcConfig()
 The function's networking configuration. | 
| VpcConfigResponse | PublishVersionResult. getVpcConfig()
 The function's networking configuration. | 
| VpcConfigResponse | CreateFunctionResult. getVpcConfig()
 The function's networking configuration. | 
| VpcConfigResponse | FunctionConfiguration. getVpcConfig()
 The function's networking configuration. | 
| VpcConfigResponse | GetFunctionConfigurationResult. getVpcConfig()
 The function's networking configuration. | 
| VpcConfigResponse | VpcConfigResponse. withIpv6AllowedForDualStack(Boolean ipv6AllowedForDualStack)
 Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets. | 
| VpcConfigResponse | VpcConfigResponse. withSecurityGroupIds(Collection<String> securityGroupIds)
 A list of VPC security group IDs. | 
| VpcConfigResponse | VpcConfigResponse. withSecurityGroupIds(String... securityGroupIds)
 A list of VPC security group IDs. | 
| VpcConfigResponse | VpcConfigResponse. withSubnetIds(Collection<String> subnetIds)
 A list of VPC subnet IDs. | 
| VpcConfigResponse | VpcConfigResponse. withSubnetIds(String... subnetIds)
 A list of VPC subnet IDs. | 
| VpcConfigResponse | VpcConfigResponse. withVpcId(String vpcId)
 The ID of the VPC. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UpdateFunctionConfigurationResult. setVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| void | UpdateFunctionCodeResult. setVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| void | PublishVersionResult. setVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| void | CreateFunctionResult. setVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| void | FunctionConfiguration. setVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| void | GetFunctionConfigurationResult. setVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| UpdateFunctionConfigurationResult | UpdateFunctionConfigurationResult. withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| UpdateFunctionCodeResult | UpdateFunctionCodeResult. withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| PublishVersionResult | PublishVersionResult. withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| CreateFunctionResult | CreateFunctionResult. withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| FunctionConfiguration | FunctionConfiguration. withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
| GetFunctionConfigurationResult | GetFunctionConfigurationResult. withVpcConfig(VpcConfigResponse vpcConfig)
 The function's networking configuration. | 
Copyright © 2023. All rights reserved.