| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
LambdaDetails.getVpcConfig()
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
|
VpcConfig |
VpcConfig.withSecurityGroups(Collection<SecurityGroup> securityGroups)
The identifier of the security group attached to the Lambda function.
|
VpcConfig |
VpcConfig.withSecurityGroups(SecurityGroup... securityGroups)
The identifier of the security group attached to the Lambda function.
|
VpcConfig |
VpcConfig.withSubnetIds(Collection<String> subnetIds)
The identifiers of the subnets that are associated with your Lambda function.
|
VpcConfig |
VpcConfig.withSubnetIds(String... subnetIds)
The identifiers of the subnets that are associated with your Lambda function.
|
VpcConfig |
VpcConfig.withVpcId(String vpcId)
The identifier of the Amazon Virtual Private Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaDetails.setVpcConfig(VpcConfig vpcConfig)
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
|
LambdaDetails |
LambdaDetails.withVpcConfig(VpcConfig vpcConfig)
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
|
Copyright © 2024. All rights reserved.