Uses of Interface
software.amazon.awssdk.services.inspector2.model.LambdaVpcConfig.Builder
-
Packages that use LambdaVpcConfig.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of LambdaVpcConfig.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return LambdaVpcConfig.Builder Modifier and Type Method Description static LambdaVpcConfig.BuilderLambdaVpcConfig. builder()LambdaVpcConfig.BuilderLambdaVpcConfig.Builder. securityGroupIds(String... securityGroupIds)The VPC security groups and subnets that are attached to an AWS Lambda function.LambdaVpcConfig.BuilderLambdaVpcConfig.Builder. securityGroupIds(Collection<String> securityGroupIds)The VPC security groups and subnets that are attached to an AWS Lambda function.LambdaVpcConfig.BuilderLambdaVpcConfig.Builder. subnetIds(String... subnetIds)A list of VPC subnet IDs.LambdaVpcConfig.BuilderLambdaVpcConfig.Builder. subnetIds(Collection<String> subnetIds)A list of VPC subnet IDs.LambdaVpcConfig.BuilderLambdaVpcConfig. toBuilder()LambdaVpcConfig.BuilderLambdaVpcConfig.Builder. vpcId(String vpcId)The ID of the VPC.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type LambdaVpcConfig.Builder Modifier and Type Method Description static Class<? extends LambdaVpcConfig.Builder>LambdaVpcConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type LambdaVpcConfig.Builder Modifier and Type Method Description default AwsLambdaFunctionDetails.BuilderAwsLambdaFunctionDetails.Builder. vpcConfig(Consumer<LambdaVpcConfig.Builder> vpcConfig)The AWS Lambda function's networking configuration.
-