| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaVpcConfig |
LambdaVpcConfig.clone() |
LambdaVpcConfig |
AwsLambdaFunctionDetails.getVpcConfig()
The Amazon Web Services Lambda function's networking configuration.
|
LambdaVpcConfig |
LambdaVpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function.
|
LambdaVpcConfig |
LambdaVpcConfig.withSecurityGroupIds(String... securityGroupIds)
The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function.
|
LambdaVpcConfig |
LambdaVpcConfig.withSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
LambdaVpcConfig |
LambdaVpcConfig.withSubnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
LambdaVpcConfig |
LambdaVpcConfig.withVpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsLambdaFunctionDetails.setVpcConfig(LambdaVpcConfig vpcConfig)
The Amazon Web Services Lambda function's networking configuration.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withVpcConfig(LambdaVpcConfig vpcConfig)
The Amazon Web Services Lambda function's networking configuration.
|
Copyright © 2024. All rights reserved.