| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaFunctionVpcConfig |
AwsLambdaFunctionVpcConfig.clone() |
AwsLambdaFunctionVpcConfig |
AwsLambdaFunctionDetails.getVpcConfig()
The function's networking configuration.
|
AwsLambdaFunctionVpcConfig |
AwsLambdaFunctionVpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of VPC security groups IDs.
|
AwsLambdaFunctionVpcConfig |
AwsLambdaFunctionVpcConfig.withSecurityGroupIds(String... securityGroupIds)
A list of VPC security groups IDs.
|
AwsLambdaFunctionVpcConfig |
AwsLambdaFunctionVpcConfig.withSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
AwsLambdaFunctionVpcConfig |
AwsLambdaFunctionVpcConfig.withSubnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
AwsLambdaFunctionVpcConfig |
AwsLambdaFunctionVpcConfig.withVpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsLambdaFunctionDetails.setVpcConfig(AwsLambdaFunctionVpcConfig vpcConfig)
The function's networking configuration.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withVpcConfig(AwsLambdaFunctionVpcConfig vpcConfig)
The function's networking configuration.
|
Copyright © 2022. All rights reserved.