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 VpcConfigResponseVpcConfigResponse. clone()VpcConfigResponseCreateFunctionResult. getVpcConfig()VPC configuration associated with your Lambda function.VpcConfigResponseFunctionConfiguration. getVpcConfig()VPC configuration associated with your Lambda function.VpcConfigResponseGetFunctionConfigurationResult. getVpcConfig()VPC configuration associated with your Lambda function.VpcConfigResponsePublishVersionResult. getVpcConfig()VPC configuration associated with your Lambda function.VpcConfigResponseUpdateFunctionCodeResult. getVpcConfig()VPC configuration associated with your Lambda function.VpcConfigResponseUpdateFunctionConfigurationResult. getVpcConfig()VPC configuration associated with your Lambda function.VpcConfigResponseVpcConfigResponse. withSecurityGroupIds(String... securityGroupIds)A list of security group IDs associated with the Lambda function.VpcConfigResponseVpcConfigResponse. withSecurityGroupIds(Collection<String> securityGroupIds)A list of security group IDs associated with the Lambda function.VpcConfigResponseVpcConfigResponse. withSubnetIds(String... subnetIds)A list of subnet IDs associated with the Lambda function.VpcConfigResponseVpcConfigResponse. withSubnetIds(Collection<String> subnetIds)A list of subnet IDs associated with the Lambda function.VpcConfigResponseVpcConfigResponse. 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 voidCreateFunctionResult. setVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.voidFunctionConfiguration. setVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.voidGetFunctionConfigurationResult. setVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.voidPublishVersionResult. setVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.voidUpdateFunctionCodeResult. setVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.voidUpdateFunctionConfigurationResult. setVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.CreateFunctionResultCreateFunctionResult. withVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.FunctionConfigurationFunctionConfiguration. withVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.GetFunctionConfigurationResultGetFunctionConfigurationResult. withVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.PublishVersionResultPublishVersionResult. withVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.UpdateFunctionCodeResultUpdateFunctionCodeResult. withVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.UpdateFunctionConfigurationResultUpdateFunctionConfigurationResult. withVpcConfig(VpcConfigResponse vpcConfig)VPC configuration associated with your Lambda function.
-