| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaVpcConfig.Builder |
LambdaVpcConfig.builder() |
LambdaVpcConfig.Builder |
LambdaVpcConfig.Builder.securityGroupIds(Collection<String> securityGroupIds)
The VPC security groups and subnets that are attached to an AWS Lambda function.
|
LambdaVpcConfig.Builder |
LambdaVpcConfig.Builder.securityGroupIds(String... securityGroupIds)
The VPC security groups and subnets that are attached to an AWS Lambda function.
|
LambdaVpcConfig.Builder |
LambdaVpcConfig.Builder.subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
LambdaVpcConfig.Builder |
LambdaVpcConfig.Builder.subnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
LambdaVpcConfig.Builder |
LambdaVpcConfig.toBuilder() |
LambdaVpcConfig.Builder |
LambdaVpcConfig.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaVpcConfig.Builder> |
LambdaVpcConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsLambdaFunctionDetails.Builder |
AwsLambdaFunctionDetails.Builder.vpcConfig(Consumer<LambdaVpcConfig.Builder> vpcConfig)
The AWS Lambda function's networking configuration.
|
Copyright © 2023. All rights reserved.