Uses of Class
com.amazonaws.services.lambda.model.VpcConfigResponse
-
Packages that use VpcConfigResponse Package Description com.amazonaws.services.lambda.model -
-
Uses of VpcConfigResponse in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return VpcConfigResponse Modifier and Type Method Description VpcConfigResponse
VpcConfigResponse. clone()
VpcConfigResponse
CreateFunctionResult. getVpcConfig()
VPC configuration associated with your Lambda function.VpcConfigResponse
FunctionConfiguration. 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
UpdateFunctionCodeResult. getVpcConfig()
VPC configuration associated with your Lambda function.VpcConfigResponse
UpdateFunctionConfigurationResult. getVpcConfig()
VPC configuration associated with your Lambda function.VpcConfigResponse
VpcConfigResponse. withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs associated with the Lambda function.VpcConfigResponse
VpcConfigResponse. withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs associated with the Lambda function.VpcConfigResponse
VpcConfigResponse. withSubnetIds(String... subnetIds)
A list of subnet IDs associated with the Lambda function.VpcConfigResponse
VpcConfigResponse. withSubnetIds(Collection<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.Methods in com.amazonaws.services.lambda.model with parameters of type VpcConfigResponse Modifier and Type Method Description void
CreateFunctionResult. setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.void
FunctionConfiguration. 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
UpdateFunctionCodeResult. setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.void
UpdateFunctionConfigurationResult. setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.CreateFunctionResult
CreateFunctionResult. withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.FunctionConfiguration
FunctionConfiguration. 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.UpdateFunctionCodeResult
UpdateFunctionCodeResult. withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.UpdateFunctionConfigurationResult
UpdateFunctionConfigurationResult. withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
-