| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfigResponse.Builder |
VpcConfigResponse.builder() |
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack)
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
|
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.securityGroupIds(Collection<String> securityGroupIds)
A list of VPC security group IDs.
|
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.securityGroupIds(String... securityGroupIds)
A list of VPC security group IDs.
|
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.subnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
VpcConfigResponse.Builder |
VpcConfigResponse.toBuilder() |
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfigResponse.Builder> |
VpcConfigResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PublishVersionResponse.Builder |
PublishVersionResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.
|
default UpdateFunctionConfigurationResponse.Builder |
UpdateFunctionConfigurationResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.
|
default UpdateFunctionCodeResponse.Builder |
UpdateFunctionCodeResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.
|
default CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.
|
default GetFunctionConfigurationResponse.Builder |
GetFunctionConfigurationResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.
|
default FunctionConfiguration.Builder |
FunctionConfiguration.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.
|
Copyright © 2023. All rights reserved.