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 TypeMethodDescriptionvoidCreateFunctionResult.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.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.