| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfig.Builder |
VpcConfig.builder() |
VpcConfig.Builder |
VpcConfig.Builder.securityGroups(Collection<SecurityGroup> securityGroups)
The identifier of the security group attached to the Lambda function.
|
VpcConfig.Builder |
VpcConfig.Builder.securityGroups(Consumer<SecurityGroup.Builder>... securityGroups)
The identifier of the security group attached to the Lambda function.
|
VpcConfig.Builder |
VpcConfig.Builder.securityGroups(SecurityGroup... securityGroups)
The identifier of the security group attached to the Lambda function.
|
VpcConfig.Builder |
VpcConfig.Builder.subnetIds(Collection<String> subnetIds)
The identifiers of the subnets that are associated with your Lambda function.
|
VpcConfig.Builder |
VpcConfig.Builder.subnetIds(String... subnetIds)
The identifiers of the subnets that are associated with your Lambda function.
|
VpcConfig.Builder |
VpcConfig.toBuilder() |
VpcConfig.Builder |
VpcConfig.Builder.vpcId(String vpcId)
The identifier of the Amazon Virtual Private Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfig.Builder> |
VpcConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LambdaDetails.Builder |
LambdaDetails.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Amazon Virtual Private Cloud configuration details associated with your Lambda function.
|
Copyright © 2023. All rights reserved.