Uses of Class
com.amazonaws.services.lambda.model.VpcConfigResponse
Packages that use VpcConfigResponse
-
Uses of VpcConfigResponse in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return VpcConfigResponseModifier and TypeMethodDescriptionVpcConfigResponse.clone()
CreateFunctionResult.getVpcConfig()
VPC configuration associated with your Lambda function.FunctionConfiguration.getVpcConfig()
VPC configuration associated with your Lambda function.GetFunctionConfigurationResult.getVpcConfig()
VPC configuration associated with your Lambda function.PublishVersionResult.getVpcConfig()
VPC configuration associated with your Lambda function.UpdateFunctionCodeResult.getVpcConfig()
VPC configuration associated with your Lambda function.UpdateFunctionConfigurationResult.getVpcConfig()
VPC configuration associated with your Lambda function.VpcConfigResponse.withSecurityGroupIds
(String... securityGroupIds) A list of security group IDs associated with the Lambda function.VpcConfigResponse.withSecurityGroupIds
(Collection<String> securityGroupIds) A list of security group IDs associated with the Lambda function.VpcConfigResponse.withSubnetIds
(String... subnetIds) A list of subnet IDs associated with the Lambda function.VpcConfigResponse.withSubnetIds
(Collection<String> subnetIds) A list of subnet IDs associated with the Lambda function.The VPC ID associated with you Lambda function.Methods in com.amazonaws.services.lambda.model with parameters of type VpcConfigResponseModifier and TypeMethodDescriptionvoid
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.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.FunctionConfiguration.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.GetFunctionConfigurationResult.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.PublishVersionResult.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.UpdateFunctionCodeResult.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.UpdateFunctionConfigurationResult.withVpcConfig
(VpcConfigResponse vpcConfig) VPC configuration associated with your Lambda function.